#AFAFDF

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

Shades of Lavender Grey #AFAFDF

Tints of Lavender Grey #AFAFDF

Color information

#AFAFDF (or 0xAFAFDF) is unknown color: approx Lavender Grey. HEX triplet: AF, AF and DF. RGB value is (175,175,223). Sum of RGB (Red+Green+Blue) = 175+175+223=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFDF is #505020. Grayscale: #B4B4B4. Windows color (decimal): -5263393 or 14659503. OLE color: 14659503.

HSL color Cylindrical-coordinate representation of color #AFAFDF: hue angle of 240º 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 #AFAFDF is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175175223-
CMYK0.220.2200.13
HSL240º42.86%78.04%-
HSV(B)240º21.52%87.45%-
XYZ46.3345.176.08-
YUV180.47152124.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=30.54%
G=30.54%
B=38.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751752230.220.2200.1324042.8678.04
HexAFAFDF16160Df02b4e
Octal257257337262601536053116
Binary101011111010111111011111101101011001101111100001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFDF; }

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

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

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

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

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

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

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

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