#AFABDA

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

Shades of Lavender Grey #AFABDA

Tints of Lavender Grey #AFABDA

Color information

#AFABDA (or 0xAFABDA) is unknown color: approx Lavender Grey. HEX triplet: AF, AB and DA. RGB value is (175,171,218). Sum of RGB (Red+Green+Blue) = 175+171+218=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABDA is #505425. Grayscale: #B1B1B1. Windows color (decimal): -5264422 or 14330799. OLE color: 14330799.

HSL color Cylindrical-coordinate representation of color #AFABDA: hue angle of 245.11º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFABDA is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175171218-
CMYK0.200.2200.15
HSL245.11º38.84%76.27%-
HSV(B)245.11º21.56%85.49%-
XYZ44.943.372.32-
YUV177.55150.83126.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 171 (67.19% from 255) = 30.32%
BLUE value IS 218 (85.55% from 255) = 38.65%
R=31.03%
G=30.32%
B=38.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751712180.200.2200.15245.1138.8476.27
HexAFABDA14160Ff5274c
Octal257253332242601736547114
Binary101011111010101111011010101001011001111111101011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABDA; }

 p { color: rgb(175,171,218); }

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

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

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

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

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

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

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