Html Css Color HEX #AEA6ED Lavender Grey

📋 copy color: '#AEA6ED'

red 174 ◦ green 166 ◦ blue 237

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

Shades of Lavender Grey #AEA6ED

Tints of Lavender Grey #AEA6ED

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.77%

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 30.16%
G = 28.77%
B = 41.07%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEA6ED (or 0xAEA6ED) is known color: Lavender Grey. HEX triplet: AE, A6 and ED. RGB value is (174,166,237). Sum of RGB (Red+Green+Blue) = 174+166+237=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEA6ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA6ED is #515912. Grayscale: #B0B0B0. Windows color (decimal): -5331219 or 15574702. OLE color: 15574702.

HSL color Cylindrical-coordinate representation of color #AEA6ED: hue angle of 246.76º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEA6ED is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 166 237 -
CMYK 0.27 0.30 0 0.07
HSL 246.76º 0.66% 0.79% -
HSV(B) 246.76º 0.3% 0.93% -
XYZ 46.38 42.39 85.86 -
YUV 176.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 174 166 237 0.27 0.30 0 0.07 246.76 0.66 0.79
Hex AE A6 ED 1B 1E 0 7 F7 42 4F
Octal 256 246 355 33 36 0 7 367 102 117
Binary 10101110 10100110 11101101 11011 11110 0 111 11110111 1000010 1001111

Color Harmonies of #AEA6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA6ED

Black with #AEA6ED

Text Example


Text Example

White with #AEA6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA6ED; }

 p { color: rgb(174,166,237); }

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

background-color css

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

 a { background-color: rgb(174,166,237); }

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

border-color css

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

 span { border-color: rgb(174,166,237); }

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