#AAA5EB

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

Shades of Perano #AAA5EB

Tints of Perano #AAA5EB

Color information

#AAA5EB (or 0xAAA5EB) is unknown color: approx Perano. HEX triplet: AA, A5 and EB. RGB value is (170,165,235). Sum of RGB (Red+Green+Blue) = 170+165+235=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 165 (64.84% from 255 or 28.95% 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 #AAA5EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA5EB is #555A14. Grayscale: #AEAEAE. Windows color (decimal): -5593621 or 15443370. OLE color: 15443370.

HSL color Cylindrical-coordinate representation of color #AAA5EB: hue angle of 244.29º 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 #AAA5EB is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170165235-
CMYK0.280.3000.08
HSL244.29º63.64%78.43%-
HSV(B)244.29º29.79%92.16%-
XYZ45.0341.4584.23-
YUV174.48162.16124.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701652350.280.3000.08244.2963.6478.43
HexAAA5EB1C1E08f4404e
Octal2522453533436010364100116
Binary1010101010100101111010111110011110010001111010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5EB; }

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

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

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

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

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

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

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

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