#AFB0DF

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

Shades of Lavender Grey #AFB0DF

Tints of Lavender Grey #AFB0DF

Color information

#AFB0DF (or 0xAFB0DF) is unknown color: approx Lavender Grey. HEX triplet: AF, B0 and DF. RGB value is (175,176,223). Sum of RGB (Red+Green+Blue) = 175+176+223=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0DF is #504F20. Grayscale: #B4B4B4. Windows color (decimal): -5263137 or 14659759. OLE color: 14659759.

HSL color Cylindrical-coordinate representation of color #AFB0DF: hue angle of 238.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB0DF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175176223-
CMYK0.220.2100.13
HSL238.75º42.86%78.04%-
HSV(B)238.75º21.52%87.45%-
XYZ46.5245.4976.14-
YUV181.06151.67123.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 176 (69.14% from 255) = 30.66%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=30.49%
G=30.66%
B=38.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751762230.220.2100.13238.7542.8678.04
HexAFB0DF16150Def2b4e
Octal257260337262501535753116
Binary101011111011000011011111101101010101101111011111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0DF; }

 p { color: rgb(175,176,223); }

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

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

 a { background-color: rgb(175,176,223); }

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

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

 span { border-color: rgb(175,176,223); }

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