#A9AAEA

Color #A9AAEA Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A9AAEA

Tints of Perano #A9AAEA

Color information

#A9AAEA (or 0xA9AAEA) is unknown color: approx Perano. HEX triplet: A9, AA and EA. RGB value is (169,170,234). Sum of RGB (Red+Green+Blue) = 169+170+234=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AAEA is #565515. Grayscale: #B0B0B0. Windows color (decimal): -5657878 or 15379113. OLE color: 15379113.

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

Color convert

RGB169170234-
CMYK0.280.2700.08
HSL239.08º60.75%79.02%-
HSV(B)239.08º27.78%91.76%-
XYZ45.5943.1283.76-
YUV177160.17122.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.49%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=29.49%
G=29.67%
B=40.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691702340.280.2700.08239.0860.7579.02
HexA9AAEA1C1B08ef3d4f
Octal251252352343301035775117
Binary101010011010101011101010111001101101000111011111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AAEA; }

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

 H1.HeaderClassName
 {
   color: #A9AAEA;
 }
 .AnyTagClassName
 {
   color: #A9AAEA;
 }
</style>
background-color css

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

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

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

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

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

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