#AFAFD0

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

Shades of Lavender Grey #AFAFD0

Tints of Lavender Grey #AFAFD0

Color information

#AFAFD0 (or 0xAFAFD0) is unknown color: approx Lavender Grey. HEX triplet: AF, AF and D0. RGB value is (175,175,208). Sum of RGB (Red+Green+Blue) = 175+175+208=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFAFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFD0 is #50502F. Grayscale: #B2B2B2. Windows color (decimal): -5263408 or 13676463. OLE color: 13676463.

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

Color convert

RGB175175208-
CMYK0.160.1600.18
HSL240º25.98%75.1%-
HSV(B)240º15.87%81.57%-
XYZ44.3944.3365.89-
YUV178.76144.5125.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=31.36%
G=31.36%
B=37.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751752080.160.1600.1824025.9875.1
HexAFAFD01010012f01a4b
Octal257257320202002236032113
Binary101011111010111111010000100001000001001011110000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFD0; }

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

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

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

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

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

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

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

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