Html Css Color HEX #AFACD5 Lavender Grey

📋 copy color: '#AFACD5'

red 175 ◦ green 172 ◦ blue 213

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

Shades of Lavender Grey #AFACD5

Tints of Lavender Grey #AFACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.04%

R = 31.25%
G = 30.71%
B = 38.04%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFACD5 (or 0xAFACD5) is known color: Lavender Grey. HEX triplet: AF, AC and D5. RGB value is (175,172,213). Sum of RGB (Red+Green+Blue) = 175+172+213=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACD5 is #50532A. Grayscale: #B1B1B1. Windows color (decimal): -5264171 or 14003375. OLE color: 14003375.

HSL color Cylindrical-coordinate representation of color #AFACD5: hue angle of 244.39º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFACD5 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 172 213 -
CMYK 0.18 0.19 0 0.16
HSL 244.39º 0.33% 0.75% -
HSV(B) 244.39º 0.19% 0.84% -
XYZ 44.44 43.42 68.99 -
YUV 177.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 175 172 213 0.18 0.19 0 0.16 244.39 0.33 0.75
Hex AF AC D5 12 13 0 10 F4 21 4B
Octal 257 254 325 22 23 0 20 364 41 113
Binary 10101111 10101100 11010101 10010 10011 0 10000 11110100 100001 1001011

Color Harmonies of #AFACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACD5

Black with #AFACD5

Text Example


Text Example

White with #AFACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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