Html Css Color HEX #AFABDC Lavender Grey

📋 copy color: '#AFABDC'

red 175 ◦ green 171 ◦ blue 220

#AFABDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #AFABDC

Tints of Lavender Grey #AFABDC

RGB

 RED value IS 175 (68.75% from 255) = 30.92%

 GREEN value IS 171 (67.19% from 255) = 30.21%

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 30.92%
G = 30.21%
B = 38.87%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFABDC (or 0xAFABDC) is known color: Lavender Grey. HEX triplet: AF, AB and DC. RGB value is (175,171,220). Sum of RGB (Red+Green+Blue) = 175+171+220=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABDC is #505423. Grayscale: #B1B1B1. Windows color (decimal): -5264420 or 14461871. OLE color: 14461871.

HSL color Cylindrical-coordinate representation of color #AFABDC: hue angle of 244.9º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFABDC is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 171 220 -
CMYK 0.20 0.22 0 0.14
HSL 244.9º 0.41% 0.77% -
HSV(B) 244.9º 0.22% 0.86% -
XYZ 45.16 43.41 73.71 -
YUV 177.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 175 171 220 0.20 0.22 0 0.14 244.9 0.41 0.77
Hex AF AB DC 14 16 0 E F5 29 4D
Octal 257 253 334 24 26 0 16 365 51 115
Binary 10101111 10101011 11011100 10100 10110 0 1110 11110101 101001 1001101

Color Harmonies of #AFABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABDC

Black with #AFABDC

Text Example


Text Example

White with #AFABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABDC; }

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

 H1.HeaderClassName
 {
   color: #AFABDC;
 }
 .AnyTagClassName
 {
   color: #AFABDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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