#AFA1F9

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

Shades of Melrose #AFA1F9

Tints of Melrose #AFA1F9

Color information

#AFA1F9 (or 0xAFA1F9) is unknown color: approx Melrose. HEX triplet: AF, A1 and F9. RGB value is (175,161,249). Sum of RGB (Red+Green+Blue) = 175+161+249=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFA1F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA1F9 is #505E06. Grayscale: #AEAEAE. Windows color (decimal): -5266951 or 16359855. OLE color: 16359855.

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

Color convert

RGB175161249-
CMYK0.300.3500.02
HSL249.55º88%80.39%-
HSV(B)249.55º35.34%97.65%-
XYZ47.5241.4495.12-
YUV175.22169.64127.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 161 (63.28% from 255) = 27.52%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=29.91%
G=27.52%
B=42.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751612490.300.3500.02249.558880.39
HexAFA1F91E2302fa5850
Octal257241371364302372130120
Binary101011111010000111111001111101000110101111101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1F9; }

 p { color: rgb(175,161,249); }

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

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

 a { background-color: rgb(175,161,249); }

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

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

 span { border-color: rgb(175,161,249); }

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