#a5aee7

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

Shades of Perano #A5AEE7

Tints of Perano #A5AEE7

Color information

#A5AEE7 (or 0xA5AEE7) is unknown color: approx Perano. HEX triplet: A5, AE and E7. RGB value is (165,174,231). Sum of RGB (Red+Green+Blue) = 165+174+231=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 231 - color contains mainly: blue. Hex color #A5AEE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AEE7 is #5A5118. Grayscale: #B1B1B1. Windows color (decimal): -5919001 or 15183525. OLE color: 15183525.

HSL color Cylindrical-coordinate representation of color #A5AEE7: hue angle of 231.82º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5AEE7 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB165174231-
CMYK0.290.2500.09
HSL231.82º57.89%77.65%-
HSV(B)231.82º28.57%90.59%-
XYZ45.0844.0481.73-
YUV177.81158.02118.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.95%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 231 (90.62% from 255) = 40.53%
R=28.95%
G=30.53%
B=40.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651742310.290.2500.09231.8257.8977.65
HexA5AEE71D1909e83a4e
Octal245256347353101135072116
Binary101001011010111011100111111011100101001111010001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5aee7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5aee7; }

 p { color: rgb(165,174,231); }

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

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

 a { background-color: rgb(165,174,231); }

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

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

 span { border-color: rgb(165,174,231); }

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