#A9AEEA

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

Shades of Perano #A9AEEA

Tints of Perano #A9AEEA

Color information

#A9AEEA (or 0xA9AEEA) is unknown color: approx Perano. HEX triplet: A9, AE and EA. RGB value is (169,174,234). Sum of RGB (Red+Green+Blue) = 169+174+234=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9AEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AEEA is #565115. Grayscale: #B3B3B3. Windows color (decimal): -5656854 or 15380137. OLE color: 15380137.

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

Color convert

RGB169174234-
CMYK0.280.2600.08
HSL235.38º60.75%79.02%-
HSV(B)235.38º27.78%91.76%-
XYZ46.3544.6584.02-
YUV179.34158.84120.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.29%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=29.29%
G=30.16%
B=40.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691742340.280.2600.08235.3860.7579.02
HexA9AEEA1C1A08eb3d4f
Octal251256352343201035375117
Binary101010011010111011101010111001101001000111010111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEEA; }

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

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

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

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

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

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

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

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