#AAA8EB

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

Shades of Perano #AAA8EB

Tints of Perano #AAA8EB

Color information

#AAA8EB (or 0xAAA8EB) is unknown color: approx Perano. HEX triplet: AA, A8 and EB. RGB value is (170,168,235). Sum of RGB (Red+Green+Blue) = 170+168+235=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAA8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA8EB is #555714. Grayscale: #AFAFAF. Windows color (decimal): -5592853 or 15444138. OLE color: 15444138.

HSL color Cylindrical-coordinate representation of color #AAA8EB: hue angle of 241.79º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA8EB is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170168235-
CMYK0.280.2900.08
HSL241.79º62.62%79.02%-
HSV(B)241.79º28.51%92.16%-
XYZ45.5842.5584.41-
YUV176.24161.16123.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 168 (66.02% from 255) = 29.32%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=29.67%
G=29.32%
B=41.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701682350.280.2900.08241.7962.6279.02
HexAAA8EB1C1D08f23f4f
Octal252250353343501036277117
Binary101010101010100011101011111001110101000111100101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8EB; }

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

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

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

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

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

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

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

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