#AFA0FB

Color #AFA0FB Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #AFA0FB

Tints of Melrose #AFA0FB

Color information

#AFA0FB (or 0xAFA0FB) is unknown color: approx Melrose. HEX triplet: AF, A0 and FB. RGB value is (175,160,251). Sum of RGB (Red+Green+Blue) = 175+160+251=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFA0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA0FB is #505F04. Grayscale: #AEAEAE. Windows color (decimal): -5267205 or 16490671. OLE color: 16490671.

HSL color Cylindrical-coordinate representation of color #AFA0FB: hue angle of 249.89º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFA0FB is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175160251-
CMYK0.300.3600.02
HSL249.89º91.92%80.59%-
HSV(B)249.89º36.25%98.43%-
XYZ47.6641.2296.71-
YUV174.86170.97128.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 160 (62.89% from 255) = 27.30%
BLUE value IS 251 (98.44% from 255) = 42.83%
R=29.86%
G=27.30%
B=42.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751602510.300.3600.02249.8991.9280.59
HexAFA0FB1E2402fa5c51
Octal257240373364402372134121
Binary101011111010000011111011111101001000101111101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0FB; }

 p { color: rgb(175,160,251); }

 H1.HeaderClassName
 {
   color: #AFA0FB;
 }
 .AnyTagClassName
 {
   color: #AFA0FB;
 }
</style>
background-color css

<style>
 a { background-color: #AFA0FB; }

 a { background-color: rgb(175,160,251); }

 div.DivClassName
 {
   background-color: #AFA0FB;
 }
 .BgClassName
 {
   background-color: #AFA0FB;
 }
</style>
border-color css

<style>
 span { border-color: #AFA0FB; }

 span { border-color: rgb(175,160,251); }

 td.TdClassName
 {
   border-color: #AFA0FB;
 }
 .TagClassName
 {
   border-color: #AFA0FB;
 }
</style>