Html Css Color HEX #AFACDC Lavender Grey

📋 copy color: '#AFACDC'

red 175 ◦ green 172 ◦ blue 220

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

Shades of Lavender Grey #AFACDC

Tints of Lavender Grey #AFACDC

RGB

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

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

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

R = 30.86%
G = 30.34%
B = 38.8%

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

#AFACDC (or 0xAFACDC) is known color: Lavender Grey. HEX triplet: AF, AC and DC. RGB value is (175,172,220). Sum of RGB (Red+Green+Blue) = 175+172+220=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACDC is #505323. Grayscale: #B2B2B2. Windows color (decimal): -5264164 or 14462127. OLE color: 14462127.

HSL color Cylindrical-coordinate representation of color #AFACDC: hue angle of 243.75º 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 #AFACDC is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 172 220 -
CMYK 0.20 0.22 0 0.14
HSL 243.75º 0.41% 0.77% -
HSV(B) 243.75º 0.22% 0.86% -
XYZ 45.35 43.79 73.77 -
YUV 178.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 175 172 220 0.20 0.22 0 0.14 243.75 0.41 0.77
Hex AF AC DC 14 16 0 E F4 29 4D
Octal 257 254 334 24 26 0 16 364 51 115
Binary 10101111 10101100 11011100 10100 10110 0 1110 11110100 101001 1001101

Color Harmonies of #AFACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACDC

Black with #AFACDC

Text Example


Text Example

White with #AFACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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