#a5aaef

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

Shades of Perano #A5AAEF

Tints of Perano #A5AAEF

Color information

#A5AAEF (or 0xA5AAEF) is unknown color: approx Perano. HEX triplet: A5, AA and EF. RGB value is (165,170,239). Sum of RGB (Red+Green+Blue) = 165+170+239=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5AAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AAEF is #5A5510. Grayscale: #B0B0B0. Windows color (decimal): -5920017 or 15706789. OLE color: 15706789.

HSL color Cylindrical-coordinate representation of color #A5AAEF: hue angle of 235.95º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5AAEF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165170239-
CMYK0.310.2900.06
HSL235.95º69.81%79.22%-
HSV(B)235.95º30.96%93.73%-
XYZ45.4742.9887.56-
YUV176.37163.34119.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.75%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=28.75%
G=29.62%
B=41.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651702390.310.2900.06235.9569.8179.22
HexA5AAEF1F1D06ec464f
Octal245252357373506354106117
Binary101001011010101011101111111111110101101110110010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5aaef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5aaef; }

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

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

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

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

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

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

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

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