Html Css Color HEX #AAA5EC Perano

📋 copy color: '#AAA5EC'

red 170 ◦ green 165 ◦ blue 236

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

Shades of Perano #AAA5EC

Tints of Perano #AAA5EC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.9%

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

R = 29.77%
G = 28.9%
B = 41.33%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAA5EC (or 0xAAA5EC) is known color: Perano. HEX triplet: AA, A5 and EC. RGB value is (170,165,236). Sum of RGB (Red+Green+Blue) = 170+165+236=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAA5EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA5EC is #555A13. Grayscale: #AEAEAE. Windows color (decimal): -5593620 or 15508906. OLE color: 15508906.

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

Color convert

RGB 170 165 236 -
CMYK 0.28 0.30 0 0.07
HSL 244.23º 0.65% 0.79% -
HSV(B) 244.23º 0.3% 0.93% -
XYZ 45.17 41.51 84.99 -
YUV 174.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 170 165 236 0.28 0.30 0 0.07 244.23 0.65 0.79
Hex AA A5 EC 1C 1E 0 7 F4 41 4F
Octal 252 245 354 34 36 0 7 364 101 117
Binary 10101010 10100101 11101100 11100 11110 0 111 11110100 1000001 1001111

Color Harmonies of #AAA5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5EC

Black with #AAA5EC

Text Example


Text Example

White with #AAA5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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