#AFAFD5

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

Shades of Lavender Grey #AFAFD5

Tints of Lavender Grey #AFAFD5

Color information

#AFAFD5 (or 0xAFAFD5) is unknown color: approx Lavender Grey. HEX triplet: AF, AF and D5. RGB value is (175,175,213). Sum of RGB (Red+Green+Blue) = 175+175+213=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFAFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFD5 is #50502A. Grayscale: #B3B3B3. Windows color (decimal): -5263403 or 14004143. OLE color: 14004143.

HSL color Cylindrical-coordinate representation of color #AFAFD5: hue angle of 240º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFAFD5 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175175213-
CMYK0.180.1800.16
HSL240º31.15%76.08%-
HSV(B)240º17.84%83.53%-
XYZ45.0244.5869.18-
YUV179.33147124.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=31.08%
G=31.08%
B=37.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751752130.180.1800.1624031.1576.08
HexAFAFD51212010f01f4c
Octal257257325222202036037114
Binary101011111010111111010101100101001001000011110000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFD5; }

 p { color: rgb(175,175,213); }

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

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

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

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

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

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

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