#A5AEE5

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

Shades of Perano #A5AEE5

Tints of Perano #A5AEE5

Color information

#A5AEE5 (or 0xA5AEE5) is unknown color: approx Perano. HEX triplet: A5, AE and E5. RGB value is (165,174,229). Sum of RGB (Red+Green+Blue) = 165+174+229=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #A5AEE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEE5 is #5A511A. Grayscale: #B1B1B1. Windows color (decimal): -5919003 or 15052453. OLE color: 15052453.

HSL color Cylindrical-coordinate representation of color #A5AEE5: hue angle of 231.56º degrees, saturation: 0.55, 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 #A5AEE5 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165174229-
CMYK0.280.2400.10
HSL231.56º55.17%77.25%-
HSV(B)231.56º27.95%89.8%-
XYZ44.843.9380.25-
YUV177.58157.02119.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.05%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 229 (89.84% from 255) = 40.32%
R=29.05%
G=30.63%
B=40.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1651742290.280.2400.10231.5655.1777.25
HexA5AEE51C180Ae8374d
Octal245256345343001235067115
Binary101001011010111011100101111001100001010111010001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AEE5; }

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

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

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

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

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

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

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

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