Html Css Color HEX #AAA9EC Perano

📋 copy color: '#AAA9EC'

red 170 ◦ green 169 ◦ blue 236

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

Shades of Perano #AAA9EC

Tints of Perano #AAA9EC

RGB

 RED value IS 170 (66.8% from 255) = 29.57%

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

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

R = 29.57%
G = 29.39%
B = 41.04%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAA9EC (or 0xAAA9EC) is known color: Perano. HEX triplet: AA, A9 and EC. RGB value is (170,169,236). Sum of RGB (Red+Green+Blue) = 170+169+236=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAA9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA9EC is #555613. Grayscale: #B0B0B0. Windows color (decimal): -5592596 or 15509930. OLE color: 15509930.

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

Color convert

RGB 170 169 236 -
CMYK 0.28 0.28 0 0.07
HSL 240.9º 0.64% 0.79% -
HSV(B) 240.9º 0.28% 0.93% -
XYZ 45.91 42.98 85.23 -
YUV 176.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 170 169 236 0.28 0.28 0 0.07 240.9 0.64 0.79
Hex AA A9 EC 1C 1C 0 7 F1 40 4F
Octal 252 251 354 34 34 0 7 361 100 117
Binary 10101010 10101001 11101100 11100 11100 0 111 11110001 1000000 1001111

Color Harmonies of #AAA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA9EC

Black with #AAA9EC

Text Example


Text Example

White with #AAA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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