#AAAFDC

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

Shades of Perano #AAAFDC

Tints of Perano #AAAFDC

Color information

#AAAFDC (or 0xAAAFDC) is unknown color: approx Perano. HEX triplet: AA, AF and DC. RGB value is (170,175,220). Sum of RGB (Red+Green+Blue) = 170+175+220=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFDC is #555023. Grayscale: #B2B2B2. Windows color (decimal): -5591076 or 14462890. OLE color: 14462890.

HSL color Cylindrical-coordinate representation of color #AAAFDC: hue angle of 234º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAAFDC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170175220-
CMYK0.230.2000.14
HSL234º41.67%76.47%-
HSV(B)234º22.73%86.27%-
XYZ44.8344.3773.91-
YUV178.64151.34121.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=30.09%
G=30.97%
B=38.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701752200.230.2000.1423441.6776.47
HexAAAFDC17140Eea2a4c
Octal252257334272401635252114
Binary101010101010111111011100101111010001110111010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFDC; }

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

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

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

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

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

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

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

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