#AAB0DB

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

Shades of Perano #AAB0DB

Tints of Perano #AAB0DB

Color information

#AAB0DB (or 0xAAB0DB) is unknown color: approx Perano. HEX triplet: AA, B0 and DB. RGB value is (170,176,219). Sum of RGB (Red+Green+Blue) = 170+176+219=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAB0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0DB is #554F24. Grayscale: #B2B2B2. Windows color (decimal): -5590821 or 14397610. OLE color: 14397610.

HSL color Cylindrical-coordinate representation of color #AAB0DB: hue angle of 232.65º 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 #AAB0DB is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170176219-
CMYK0.220.2000.14
HSL232.65º40.5%76.27%-
HSV(B)232.65º22.37%85.88%-
XYZ44.8944.7173.28-
YUV179.11150.51121.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=30.09%
G=31.15%
B=38.76%

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
Decimal1701762190.220.2000.14232.6540.576.27
HexAAB0DB16140Ee9284c
Octal252260333262401635150114
Binary101010101011000011011011101101010001110111010011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0DB; }

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

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

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

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

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

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

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

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