#AAAEDA

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

Shades of Perano #AAAEDA

Tints of Perano #AAAEDA

Color information

#AAAEDA (or 0xAAAEDA) is unknown color: approx Perano. HEX triplet: AA, AE and DA. RGB value is (170,174,218). Sum of RGB (Red+Green+Blue) = 170+174+218=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAAEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEDA is #555125. Grayscale: #B1B1B1. Windows color (decimal): -5591334 or 14331562. OLE color: 14331562.

HSL color Cylindrical-coordinate representation of color #AAAEDA: hue angle of 235º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAAEDA is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170174218-
CMYK0.220.2000.15
HSL235º39.34%76.08%-
HSV(B)235º22.02%85.49%-
XYZ44.3743.8872.46-
YUV177.82150.67122.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=30.25%
G=30.96%
B=38.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701742180.220.2000.1523539.3476.08
HexAAAEDA16140Feb274c
Octal252256332262401735347114
Binary101010101010111011011010101101010001111111010111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEDA; }

 p { color: rgb(170,174,218); }

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

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

 a { background-color: rgb(170,174,218); }

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

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

 span { border-color: rgb(170,174,218); }

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