Html Css Color HEX #AFAAEA Lavender Grey

📋 copy color: '#AFAAEA'

red 175 ◦ green 170 ◦ blue 234

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

Shades of Lavender Grey #AFAAEA

Tints of Lavender Grey #AFAAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 30.22%
G = 29.36%
B = 40.41%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFAAEA (or 0xAFAAEA) is known color: Lavender Grey. HEX triplet: AF, AA and EA. RGB value is (175,170,234). Sum of RGB (Red+Green+Blue) = 175+170+234=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFAAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAAEA is #505515. Grayscale: #B2B2B2. Windows color (decimal): -5264662 or 15379119. OLE color: 15379119.

HSL color Cylindrical-coordinate representation of color #AFAAEA: hue angle of 244.69º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFAAEA is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 170 234 -
CMYK 0.25 0.27 0 0.08
HSL 244.69º 0.6% 0.79% -
HSV(B) 244.69º 0.27% 0.92% -
XYZ 46.91 43.8 83.82 -
YUV 178.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 175 170 234 0.25 0.27 0 0.08 244.69 0.6 0.79
Hex AF AA EA 19 1B 0 8 F5 3C 4F
Octal 257 252 352 31 33 0 10 365 74 117
Binary 10101111 10101010 11101010 11001 11011 0 1000 11110101 111100 1001111

Color Harmonies of #AFAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAAEA

Black with #AFAAEA

Text Example


Text Example

White with #AFAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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