Html Css Color HEX #AEA9EC Perano

📋 copy color: '#AEA9EC'

red 174 ◦ green 169 ◦ blue 236

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

Shades of Perano #AEA9EC

Tints of Perano #AEA9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.76%

R = 30.05%
G = 29.19%
B = 40.76%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEA9EC (or 0xAEA9EC) is known color: Perano. HEX triplet: AE, A9 and EC. RGB value is (174,169,236). Sum of RGB (Red+Green+Blue) = 174+169+236=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEA9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA9EC is #515613. Grayscale: #B1B1B1. Windows color (decimal): -5330452 or 15509934. OLE color: 15509934.

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

Color convert

RGB 174 169 236 -
CMYK 0.26 0.28 0 0.07
HSL 244.48º 0.64% 0.79% -
HSV(B) 244.48º 0.28% 0.93% -
XYZ 46.78 43.43 85.27 -
YUV 178.13 160.66 125.05 -
System Red Green Blue C M Y K H S L
Decimal 174 169 236 0.26 0.28 0 0.07 244.48 0.64 0.79
Hex AE A9 EC 1A 1C 0 7 F4 40 4F
Octal 256 251 354 32 34 0 7 364 100 117
Binary 10101110 10101001 11101100 11010 11100 0 111 11110100 1000000 1001111

Color Harmonies of #AEA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA9EC

Black with #AEA9EC

Text Example


Text Example

White with #AEA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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