#A5AAE3

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

Shades of Perano #A5AAE3

Tints of Perano #A5AAE3

Color information

#A5AAE3 (or 0xA5AAE3) is unknown color: approx Perano. HEX triplet: A5, AA and E3. RGB value is (165,170,227). Sum of RGB (Red+Green+Blue) = 165+170+227=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 227 (89.06% from 255 or 40.39% from 562); Max value from RGB is 227 - color contains mainly: blue. Hex color #A5AAE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AAE3 is #5A551C. Grayscale: #AEAEAE. Windows color (decimal): -5920029 or 14920357. OLE color: 14920357.

HSL color Cylindrical-coordinate representation of color #A5AAE3: hue angle of 235.16º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5AAE3 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165170227-
CMYK0.270.2500.11
HSL235.16º52.54%76.86%-
HSV(B)235.16º27.31%89.02%-
XYZ43.7642.2978.53-
YUV175157.34120.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.36%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 227 (89.06% from 255) = 40.39%
R=29.36%
G=30.25%
B=40.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651702270.270.2500.11235.1652.5476.86
HexA5AAE31B190Beb354d
Octal245252343333101335365115
Binary101001011010101011100011110111100101011111010111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAE3; }

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

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

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

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

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

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

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

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