Html Css Color HEX #A9AAE5 Perano

📋 copy color: '#A9AAE5'

red 169 ◦ green 170 ◦ blue 229

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

Shades of Perano #A9AAE5

Tints of Perano #A9AAE5

RGB

 RED value IS 169 (66.41% from 255) = 29.75%

 GREEN value IS 170 (66.8% from 255) = 29.93%

 BLUE value IS 229 (89.84% from 255) = 40.32%

R = 29.75%
G = 29.93%
B = 40.32%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A9AAE5 (or 0xA9AAE5) is known color: Perano. HEX triplet: A9, AA and E5. RGB value is (169,170,229). Sum of RGB (Red+Green+Blue) = 169+170+229=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #A9AAE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AAE5 is #56551A. Grayscale: #B0B0B0. Windows color (decimal): -5657883 or 15051433. OLE color: 15051433.

HSL color Cylindrical-coordinate representation of color #A9AAE5: hue angle of 239º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9AAE5 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 170 229 -
CMYK 0.26 0.26 0 0.10
HSL 239º 0.54% 0.78% -
HSV(B) 239º 0.26% 0.9% -
XYZ 44.88 42.84 80.03 -
YUV 176.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 169 170 229 0.26 0.26 0 0.10 239 0.54 0.78
Hex A9 AA E5 1A 1A 0 A EF 36 4E
Octal 251 252 345 32 32 0 12 357 66 116
Binary 10101001 10101010 11100101 11010 11010 0 1010 11101111 110110 1001110

Color Harmonies of #A9AAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AAE5

Black with #A9AAE5

Text Example


Text Example

White with #A9AAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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