Html Css Color HEX #AEA8E5 Lavender Grey

📋 copy color: '#AEA8E5'

red 174 ◦ green 168 ◦ blue 229

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

Shades of Lavender Grey #AEA8E5

Tints of Lavender Grey #AEA8E5

RGB

 RED value IS 174 (68.36% from 255) = 30.47%

 GREEN value IS 168 (66.02% from 255) = 29.42%

 BLUE value IS 229 (89.84% from 255) = 40.11%

R = 30.47%
G = 29.42%
B = 40.11%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AEA8E5 (or 0xAEA8E5) is known color: Lavender Grey. HEX triplet: AE, A8 and E5. RGB value is (174,168,229). Sum of RGB (Red+Green+Blue) = 174+168+229=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEA8E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8E5 is #51571A. Grayscale: #B0B0B0. Windows color (decimal): -5330715 or 15050926. OLE color: 15050926.

HSL color Cylindrical-coordinate representation of color #AEA8E5: hue angle of 245.9º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEA8E5 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 168 229 -
CMYK 0.24 0.27 0 0.10
HSL 245.9º 0.54% 0.78% -
HSV(B) 245.9º 0.27% 0.9% -
XYZ 45.6 42.66 79.96 -
YUV 176.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 174 168 229 0.24 0.27 0 0.10 245.9 0.54 0.78
Hex AE A8 E5 18 1B 0 A F6 36 4E
Octal 256 250 345 30 33 0 12 366 66 116
Binary 10101110 10101000 11100101 11000 11011 0 1010 11110110 110110 1001110

Color Harmonies of #AEA8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8E5

Black with #AEA8E5

Text Example


Text Example

White with #AEA8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8E5; }

 p { color: rgb(174,168,229); }

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

background-color css

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

 a { background-color: rgb(174,168,229); }

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

border-color css

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

 span { border-color: rgb(174,168,229); }

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