#ABA9DD

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

Shades of Wistful #ABA9DD

Tints of Wistful #ABA9DD

Color information

#ABA9DD (or 0xABA9DD) is unknown color: approx Wistful. HEX triplet: AB, A9 and DD. RGB value is (171,169,221). Sum of RGB (Red+Green+Blue) = 171+169+221=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABA9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9DD is #545622. Grayscale: #AFAFAF. Windows color (decimal): -5527075 or 14526891. OLE color: 14526891.

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

Color convert

RGB171169221-
CMYK0.230.2400.13
HSL242.31º43.33%76.47%-
HSV(B)242.31º23.53%86.67%-
XYZ44.0342.2574.24-
YUV175.53153.66124.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=30.48%
G=30.12%
B=39.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711692210.230.2400.13242.3143.3376.47
HexABA9DD17180Df22b4c
Octal253251335273001536253114
Binary101010111010100111011101101111100001101111100101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9DD; }

 p { color: rgb(171,169,221); }

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

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

 a { background-color: rgb(171,169,221); }

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

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

 span { border-color: rgb(171,169,221); }

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