Html Css Color HEX #AFACDB Lavender Grey

📋 copy color: '#AFACDB'

red 175 ◦ green 172 ◦ blue 219

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

Shades of Lavender Grey #AFACDB

Tints of Lavender Grey #AFACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.39%

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 30.92%
G = 30.39%
B = 38.69%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFACDB (or 0xAFACDB) is known color: Lavender Grey. HEX triplet: AF, AC and DB. RGB value is (175,172,219). Sum of RGB (Red+Green+Blue) = 175+172+219=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACDB is #505324. Grayscale: #B2B2B2. Windows color (decimal): -5264165 or 14396591. OLE color: 14396591.

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

Color convert

RGB 175 172 219 -
CMYK 0.20 0.21 0 0.14
HSL 243.83º 0.39% 0.77% -
HSV(B) 243.83º 0.21% 0.86% -
XYZ 45.22 43.73 73.08 -
YUV 178.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 175 172 219 0.20 0.21 0 0.14 243.83 0.39 0.77
Hex AF AC DB 14 15 0 E F4 27 4D
Octal 257 254 333 24 25 0 16 364 47 115
Binary 10101111 10101100 11011011 10100 10101 0 1110 11110100 100111 1001101

Color Harmonies of #AFACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACDB

Black with #AFACDB

Text Example


Text Example

White with #AFACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACDB; }

 p { color: rgb(175,172,219); }

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

background-color css

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

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

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

border-color css

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

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

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