Html Css Color HEX #AFAADC Lavender Grey

📋 copy color: '#AFAADC'

red 175 ◦ green 170 ◦ blue 220

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

Shades of Lavender Grey #AFAADC

Tints of Lavender Grey #AFAADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.09%

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

R = 30.97%
G = 30.09%
B = 38.94%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFAADC (or 0xAFAADC) is known color: Lavender Grey. HEX triplet: AF, AA and DC. RGB value is (175,170,220). Sum of RGB (Red+Green+Blue) = 175+170+220=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAADC is #505523. Grayscale: #B1B1B1. Windows color (decimal): -5264676 or 14461615. OLE color: 14461615.

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

Color convert

RGB 175 170 220 -
CMYK 0.20 0.23 0 0.14
HSL 246º 0.42% 0.76% -
HSV(B) 246º 0.23% 0.86% -
XYZ 44.97 43.03 73.65 -
YUV 177.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 175 170 220 0.20 0.23 0 0.14 246 0.42 0.76
Hex AF AA DC 14 17 0 E F6 2A 4C
Octal 257 252 334 24 27 0 16 366 52 114
Binary 10101111 10101010 11011100 10100 10111 0 1110 11110110 101010 1001100

Color Harmonies of #AFAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAADC

Black with #AFAADC

Text Example


Text Example

White with #AFAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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