#A5AAE1

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

Shades of Perano #A5AAE1

Tints of Perano #A5AAE1

Color information

#A5AAE1 (or 0xA5AAE1) is unknown color: approx Perano. HEX triplet: A5, AA and E1. RGB value is (165,170,225). Sum of RGB (Red+Green+Blue) = 165+170+225=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #A5AAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AAE1 is #5A551E. Grayscale: #AEAEAE. Windows color (decimal): -5920031 or 14789285. OLE color: 14789285.

HSL color Cylindrical-coordinate representation of color #A5AAE1: hue angle of 235º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5AAE1 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB165170225-
CMYK0.270.2400.12
HSL235º50%76.47%-
HSV(B)235º26.67%88.24%-
XYZ43.4842.1977.08-
YUV174.78156.34121.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.46%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=29.46%
G=30.36%
B=40.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1651702250.270.2400.122355076.47
HexA5AAE11B180Ceb324c
Octal245252341333001435362114
Binary101001011010101011100001110111100001100111010111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAE1; }

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

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

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

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

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

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

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

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