Html Css Color HEX #AEA8EA Lavender Grey

📋 copy color: '#AEA8EA'

red 174 ◦ green 168 ◦ blue 234

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

Shades of Lavender Grey #AEA8EA

Tints of Lavender Grey #AEA8EA

RGB

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

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

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

R = 30.21%
G = 29.17%
B = 40.63%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEA8EA (or 0xAEA8EA) is known color: Lavender Grey. HEX triplet: AE, A8 and EA. RGB value is (174,168,234). Sum of RGB (Red+Green+Blue) = 174+168+234=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEA8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA8EA is #515715. Grayscale: #B1B1B1. Windows color (decimal): -5330710 or 15378606. OLE color: 15378606.

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

Color convert

RGB 174 168 234 -
CMYK 0.26 0.28 0 0.08
HSL 245.45º 0.61% 0.79% -
HSV(B) 245.45º 0.28% 0.92% -
XYZ 46.31 42.94 83.69 -
YUV 177.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 174 168 234 0.26 0.28 0 0.08 245.45 0.61 0.79
Hex AE A8 EA 1A 1C 0 8 F5 3D 4F
Octal 256 250 352 32 34 0 10 365 75 117
Binary 10101110 10101000 11101010 11010 11100 0 1000 11110101 111101 1001111

Color Harmonies of #AEA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA8EA

Black with #AEA8EA

Text Example


Text Example

White with #AEA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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