#AAAFDB

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

Shades of Perano #AAAFDB

Tints of Perano #AAAFDB

Color information

#AAAFDB (or 0xAAAFDB) is unknown color: approx Perano. HEX triplet: AA, AF and DB. RGB value is (170,175,219). Sum of RGB (Red+Green+Blue) = 170+175+219=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAFDB is #555024. Grayscale: #B2B2B2. Windows color (decimal): -5591077 or 14397354. OLE color: 14397354.

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

Color convert

RGB170175219-
CMYK0.220.2000.14
HSL233.88º40.5%76.27%-
HSV(B)233.88º22.37%85.88%-
XYZ44.6944.3273.22-
YUV178.52150.84121.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.14%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=30.14%
G=31.03%
B=38.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701752190.220.2000.14233.8840.576.27
HexAAAFDB16140Eea284c
Octal252257333262401635250114
Binary101010101010111111011011101101010001110111010101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFDB; }

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

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

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

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

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

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

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

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