#ABA8DC

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

Shades of Wistful #ABA8DC

Tints of Wistful #ABA8DC

Color information

#ABA8DC (or 0xABA8DC) is unknown color: approx Wistful. HEX triplet: AB, A8 and DC. RGB value is (171,168,220). Sum of RGB (Red+Green+Blue) = 171+168+220=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABA8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8DC is #545723. Grayscale: #AEAEAE. Windows color (decimal): -5527332 or 14461099. OLE color: 14461099.

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

Color convert

RGB171168220-
CMYK0.220.2400.14
HSL243.46º42.62%76.08%-
HSV(B)243.46º23.64%86.27%-
XYZ43.7241.8373.48-
YUV174.82153.49125.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 168 (66.02% from 255) = 30.05%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=30.59%
G=30.05%
B=39.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711682200.220.2400.14243.4642.6276.08
HexABA8DC16180Ef32b4c
Octal253250334263001636353114
Binary101010111010100011011100101101100001110111100111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8DC; }

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

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

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

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

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

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

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

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