#A5AAEB

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

Shades of Perano #A5AAEB

Tints of Perano #A5AAEB

Color information

#A5AAEB (or 0xA5AAEB) is unknown color: approx Perano. HEX triplet: A5, AA and EB. RGB value is (165,170,235). Sum of RGB (Red+Green+Blue) = 165+170+235=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AAEB is #5A5514. Grayscale: #AFAFAF. Windows color (decimal): -5920021 or 15444645. OLE color: 15444645.

HSL color Cylindrical-coordinate representation of color #A5AAEB: hue angle of 235.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5AAEB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165170235-
CMYK0.300.2800.08
HSL235.71º63.64%78.43%-
HSV(B)235.71º29.79%92.16%-
XYZ44.8942.7584.48-
YUV175.92161.34120.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.95%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=28.95%
G=29.82%
B=41.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651702350.300.2800.08235.7163.6478.43
HexA5AAEB1E1C08ec404e
Octal2452523533634010354100116
Binary1010010110101010111010111111011100010001110110010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAEB; }

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

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

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

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

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

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

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

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