Html Css Color HEX #AFABDB Lavender Grey

📋 copy color: '#AFABDB'

red 175 ◦ green 171 ◦ blue 219

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

Shades of Lavender Grey #AFABDB

Tints of Lavender Grey #AFABDB

RGB

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

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

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

R = 30.97%
G = 30.27%
B = 38.76%

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

#AFABDB (or 0xAFABDB) is known color: Lavender Grey. HEX triplet: AF, AB and DB. RGB value is (175,171,219). Sum of RGB (Red+Green+Blue) = 175+171+219=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABDB is #505424. Grayscale: #B1B1B1. Windows color (decimal): -5264421 or 14396335. OLE color: 14396335.

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

Color convert

RGB 175 171 219 -
CMYK 0.20 0.22 0 0.14
HSL 245º 0.4% 0.76% -
HSV(B) 245º 0.22% 0.86% -
XYZ 45.03 43.35 73.01 -
YUV 177.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 175 171 219 0.20 0.22 0 0.14 245 0.4 0.76
Hex AF AB DB 14 16 0 E F5 28 4C
Octal 257 253 333 24 26 0 16 365 50 114
Binary 10101111 10101011 11011011 10100 10110 0 1110 11110101 101000 1001100

Color Harmonies of #AFABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABDB

Black with #AFABDB

Text Example


Text Example

White with #AFABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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