#ABA2DC

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

Shades of Wistful #ABA2DC

Tints of Wistful #ABA2DC

Color information

#ABA2DC (or 0xABA2DC) is unknown color: approx Wistful. HEX triplet: AB, A2 and DC. RGB value is (171,162,220). Sum of RGB (Red+Green+Blue) = 171+162+220=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2DC is #545D23. Grayscale: #ABABAB. Windows color (decimal): -5528868 or 14459563. OLE color: 14459563.

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

Color convert

RGB171162220-
CMYK0.220.2600.14
HSL249.31º45.31%74.9%-
HSV(B)249.31º26.36%86.27%-
XYZ42.6339.6773.12-
YUV171.3155.48127.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 162 (63.67% from 255) = 29.29%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=30.92%
G=29.29%
B=39.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711622200.220.2600.14249.3145.3174.9
HexABA2DC161A0Ef92d4b
Octal253242334263201637155113
Binary101010111010001011011100101101101001110111110011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2DC; }

 p { color: rgb(171,162,220); }

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

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

 a { background-color: rgb(171,162,220); }

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

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

 span { border-color: rgb(171,162,220); }

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