#A9AEE5

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

Shades of Perano #A9AEE5

Tints of Perano #A9AEE5

Color information

#A9AEE5 (or 0xA9AEE5) is unknown color: approx Perano. HEX triplet: A9, AE and E5. RGB value is (169,174,229). Sum of RGB (Red+Green+Blue) = 169+174+229=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #A9AEE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEE5 is #56511A. Grayscale: #B2B2B2. Windows color (decimal): -5656859 or 15052457. OLE color: 15052457.

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

Color convert

RGB169174229-
CMYK0.260.2400.10
HSL235º53.57%78.04%-
HSV(B)235º26.2%89.8%-
XYZ45.6444.3680.29-
YUV178.77156.34121.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.55%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 229 (89.84% from 255) = 40.03%
R=29.55%
G=30.42%
B=40.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1691742290.260.2400.1023553.5778.04
HexA9AEE51A180Aeb364e
Octal251256345323001235366116
Binary101010011010111011100101110101100001010111010111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AEE5; }

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

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

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

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

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

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

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

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