#AAAFDD

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

Shades of Perano #AAAFDD

Tints of Perano #AAAFDD

Color information

#AAAFDD (or 0xAAAFDD) is unknown color: approx Perano. HEX triplet: AA, AF and DD. RGB value is (170,175,221). Sum of RGB (Red+Green+Blue) = 170+175+221=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFDD is #555022. Grayscale: #B2B2B2. Windows color (decimal): -5591075 or 14528426. OLE color: 14528426.

HSL color Cylindrical-coordinate representation of color #AAAFDD: hue angle of 234.12º 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 #AAAFDD is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170175221-
CMYK0.230.2100.13
HSL234.12º42.86%76.67%-
HSV(B)234.12º23.08%86.67%-
XYZ44.9644.4374.61-
YUV178.75151.84121.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.04%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=30.04%
G=30.92%
B=39.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701752210.230.2100.13234.1242.8676.67
HexAAAFDD17150Dea2b4d
Octal252257335272501535253115
Binary101010101010111111011101101111010101101111010101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFDD; }

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

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

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

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

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

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

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

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