Html Css Color HEX #AEA9EA Perano

📋 copy color: '#AEA9EA'

red 174 ◦ green 169 ◦ blue 234

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

Shades of Perano #AEA9EA

Tints of Perano #AEA9EA

RGB

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

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

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

R = 30.16%
G = 29.29%
B = 40.55%

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

#AEA9EA (or 0xAEA9EA) is known color: Perano. HEX triplet: AE, A9 and EA. RGB value is (174,169,234). Sum of RGB (Red+Green+Blue) = 174+169+234=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEA9EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA9EA is #515615. Grayscale: #B1B1B1. Windows color (decimal): -5330454 or 15378862. OLE color: 15378862.

HSL color Cylindrical-coordinate representation of color #AEA9EA: hue angle of 244.62º 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 #AEA9EA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 169 234 -
CMYK 0.26 0.28 0 0.08
HSL 244.62º 0.61% 0.79% -
HSV(B) 244.62º 0.28% 0.92% -
XYZ 46.49 43.32 83.75 -
YUV 177.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 174 169 234 0.26 0.28 0 0.08 244.62 0.61 0.79
Hex AE A9 EA 1A 1C 0 8 F5 3D 4F
Octal 256 251 352 32 34 0 10 365 75 117
Binary 10101110 10101001 11101010 11010 11100 0 1000 11110101 111101 1001111

Color Harmonies of #AEA9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA9EA

Black with #AEA9EA

Text Example


Text Example

White with #AEA9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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