Html Css Color HEX #AEA9EE Perano

📋 copy color: '#AEA9EE'

red 174 ◦ green 169 ◦ blue 238

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

Shades of Perano #AEA9EE

Tints of Perano #AEA9EE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.09%

 BLUE value IS 238 (93.36% from 255) = 40.96%

R = 29.95%
G = 29.09%
B = 40.96%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEA9EE (or 0xAEA9EE) is known color: Perano. HEX triplet: AE, A9 and EE. RGB value is (174,169,238). Sum of RGB (Red+Green+Blue) = 174+169+238=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEA9EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA9EE is #515611. Grayscale: #B2B2B2. Windows color (decimal): -5330450 or 15641006. OLE color: 15641006.

HSL color Cylindrical-coordinate representation of color #AEA9EE: hue angle of 244.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA9EE is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 169 238 -
CMYK 0.27 0.29 0 0.07
HSL 244.35º 0.67% 0.8% -
HSV(B) 244.35º 0.29% 0.93% -
XYZ 47.08 43.55 86.81 -
YUV 178.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 174 169 238 0.27 0.29 0 0.07 244.35 0.67 0.8
Hex AE A9 EE 1B 1D 0 7 F4 43 50
Octal 256 251 356 33 35 0 7 364 103 120
Binary 10101110 10101001 11101110 11011 11101 0 111 11110100 1000011 1010000

Color Harmonies of #AEA9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA9EE

Black with #AEA9EE

Text Example


Text Example

White with #AEA9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA9EE; }

 p { color: rgb(174,169,238); }

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

background-color css

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

 a { background-color: rgb(174,169,238); }

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

border-color css

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

 span { border-color: rgb(174,169,238); }

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