#AFAFCE

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

Shades of Lavender Grey #AFAFCE

Tints of Lavender Grey #AFAFCE

Color information

#AFAFCE (or 0xAFAFCE) is unknown color: approx Lavender Grey. HEX triplet: AF, AF and CE. RGB value is (175,175,206). Sum of RGB (Red+Green+Blue) = 175+175+206=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFAFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFCE is #505031. Grayscale: #B2B2B2. Windows color (decimal): -5263410 or 13545391. OLE color: 13545391.

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

Color convert

RGB175175206-
CMYK0.150.1500.19
HSL240º24.03%74.71%-
HSV(B)240º15.05%80.78%-
XYZ44.1544.2364.6-
YUV178.53143.5125.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=31.47%
G=31.47%
B=37.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751752060.150.1500.1924024.0374.71
HexAFAFCEFF013f0184b
Octal257257316171702336030113
Binary1010111110101111110011101111111101001111110000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFCE; }

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

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

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

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

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

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

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

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