#A5AAED

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

Shades of Perano #A5AAED

Tints of Perano #A5AAED

Color information

#A5AAED (or 0xA5AAED) is unknown color: approx Perano. HEX triplet: A5, AA and ED. RGB value is (165,170,237). Sum of RGB (Red+Green+Blue) = 165+170+237=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AAED is #5A5512. Grayscale: #AFAFAF. Windows color (decimal): -5920019 or 15575717. OLE color: 15575717.

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

Color convert

RGB165170237-
CMYK0.300.2800.07
HSL235.83º66.67%78.82%-
HSV(B)235.83º30.38%92.94%-
XYZ45.1842.8686.01-
YUV176.14162.34120.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.85%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=28.85%
G=29.72%
B=41.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651702370.300.2800.07235.8366.6778.82
HexA5AAED1E1C07ec434f
Octal245252355363407354103117
Binary101001011010101011101101111101110001111110110010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAED; }

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

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

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

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

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

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

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

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