#AFA2F6

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

Shades of Melrose #AFA2F6

Tints of Melrose #AFA2F6

Color information

#AFA2F6 (or 0xAFA2F6) is unknown color: approx Melrose. HEX triplet: AF, A2 and F6. RGB value is (175,162,246). Sum of RGB (Red+Green+Blue) = 175+162+246=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFA2F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA2F6 is #505D09. Grayscale: #AFAFAF. Windows color (decimal): -5266698 or 16163503. OLE color: 16163503.

HSL color Cylindrical-coordinate representation of color #AFA2F6: hue angle of 249.29º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFA2F6 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175162246-
CMYK0.290.3400.04
HSL249.29º82.35%80%-
HSV(B)249.29º34.15%96.47%-
XYZ47.2341.6192.73-
YUV175.46167.81127.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 246 (96.48% from 255) = 42.20%
R=30.02%
G=27.79%
B=42.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751622460.290.3400.04249.2982.3580
HexAFA2F61D2204f95250
Octal257242366354204371122120
Binary1010111110100010111101101110110001001001111100110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2F6; }

 p { color: rgb(175,162,246); }

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

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

 a { background-color: rgb(175,162,246); }

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

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

 span { border-color: rgb(175,162,246); }

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