Html Css Color HEX #AFAAE3 Lavender Grey

📋 copy color: '#AFAAE3'

red 175 ◦ green 170 ◦ blue 227

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

Shades of Lavender Grey #AFAAE3

Tints of Lavender Grey #AFAAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.69%

R = 30.59%
G = 29.72%
B = 39.69%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFAAE3 (or 0xAFAAE3) is known color: Lavender Grey. HEX triplet: AF, AA and E3. RGB value is (175,170,227). Sum of RGB (Red+Green+Blue) = 175+170+227=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFAAE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAAE3 is #50551C. Grayscale: #B1B1B1. Windows color (decimal): -5264669 or 14920367. OLE color: 14920367.

HSL color Cylindrical-coordinate representation of color #AFAAE3: hue angle of 245.26º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFAAE3 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 170 227 -
CMYK 0.23 0.25 0 0.11
HSL 245.26º 0.5% 0.78% -
HSV(B) 245.26º 0.25% 0.89% -
XYZ 45.92 43.41 78.63 -
YUV 177.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 175 170 227 0.23 0.25 0 0.11 245.26 0.5 0.78
Hex AF AA E3 17 19 0 B F5 32 4E
Octal 257 252 343 27 31 0 13 365 62 116
Binary 10101111 10101010 11100011 10111 11001 0 1011 11110101 110010 1001110

Color Harmonies of #AFAAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAAE3

Black with #AFAAE3

Text Example


Text Example

White with #AFAAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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