#A5AAE6

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

Shades of Perano #A5AAE6

Tints of Perano #A5AAE6

Color information

#A5AAE6 (or 0xA5AAE6) is unknown color: approx Perano. HEX triplet: A5, AA and E6. RGB value is (165,170,230). Sum of RGB (Red+Green+Blue) = 165+170+230=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #A5AAE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AAE6 is #5A5519. Grayscale: #AFAFAF. Windows color (decimal): -5920026 or 15116965. OLE color: 15116965.

HSL color Cylindrical-coordinate representation of color #A5AAE6: hue angle of 235.38º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5AAE6 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165170230-
CMYK0.280.2600.10
HSL235.38º56.52%77.45%-
HSV(B)235.38º28.26%90.2%-
XYZ44.1742.4680.73-
YUV175.34158.84120.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.20%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 230 (90.23% from 255) = 40.71%
R=29.20%
G=30.09%
B=40.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1651702300.280.2600.10235.3856.5277.45
HexA5AAE61C1A0Aeb394d
Octal245252346343201235371115
Binary101001011010101011100110111001101001010111010111110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAE6; }

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

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

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

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

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

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

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

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