#ABA5DB

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

Shades of Wistful #ABA5DB

Tints of Wistful #ABA5DB

Color information

#ABA5DB (or 0xABA5DB) is unknown color: approx Wistful. HEX triplet: AB, A5 and DB. RGB value is (171,165,219). Sum of RGB (Red+Green+Blue) = 171+165+219=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABA5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5DB is #545A24. Grayscale: #ACACAC. Windows color (decimal): -5528101 or 14394795. OLE color: 14394795.

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

Color convert

RGB171165219-
CMYK0.220.2500.14
HSL246.67º42.86%75.29%-
HSV(B)246.67º24.66%85.88%-
XYZ43.0440.6872.6-
YUV172.95153.99126.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 165 (64.84% from 255) = 29.73%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=30.81%
G=29.73%
B=39.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711652190.220.2500.14246.6742.8675.29
HexABA5DB16190Ef72b4b
Octal253245333263101636753113
Binary101010111010010111011011101101100101110111101111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5DB; }

 p { color: rgb(171,165,219); }

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

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

 a { background-color: rgb(171,165,219); }

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

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

 span { border-color: rgb(171,165,219); }

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