#AAACDD

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

Shades of Perano #AAACDD

Tints of Perano #AAACDD

Color information

#AAACDD (or 0xAAACDD) is unknown color: approx Perano. HEX triplet: AA, AC and DD. RGB value is (170,172,221). Sum of RGB (Red+Green+Blue) = 170+172+221=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACDD is #555322. Grayscale: #B0B0B0. Windows color (decimal): -5591843 or 14527658. OLE color: 14527658.

HSL color Cylindrical-coordinate representation of color #AAACDD: hue angle of 237.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAACDD is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170172221-
CMYK0.230.2200.13
HSL237.65º42.86%76.67%-
HSV(B)237.65º23.08%86.67%-
XYZ44.3843.2774.42-
YUV176.99152.84123.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=30.20%
G=30.55%
B=39.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701722210.230.2200.13237.6542.8676.67
HexAAACDD17160Dee2b4d
Octal252254335272601535653115
Binary101010101010110011011101101111011001101111011101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACDD; }

 p { color: rgb(170,172,221); }

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

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

 a { background-color: rgb(170,172,221); }

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

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

 span { border-color: rgb(170,172,221); }

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