#ABA7DF

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

Shades of Wistful #ABA7DF

Tints of Wistful #ABA7DF

Color information

#ABA7DF (or 0xABA7DF) is unknown color: approx Wistful. HEX triplet: AB, A7 and DF. RGB value is (171,167,223). Sum of RGB (Red+Green+Blue) = 171+167+223=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABA7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA7DF is #545820. Grayscale: #AEAEAE. Windows color (decimal): -5527585 or 14657451. OLE color: 14657451.

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

Color convert

RGB171167223-
CMYK0.230.2500.13
HSL244.29º46.67%76.47%-
HSV(B)244.29º25.11%87.45%-
XYZ43.9341.6275.53-
YUV174.58155.33125.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 167 (65.62% from 255) = 29.77%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=30.48%
G=29.77%
B=39.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711672230.230.2500.13244.2946.6776.47
HexABA7DF17190Df42f4c
Octal253247337273101536457114
Binary101010111010011111011111101111100101101111101001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA7DF; }

 p { color: rgb(171,167,223); }

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

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

 a { background-color: rgb(171,167,223); }

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

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

 span { border-color: rgb(171,167,223); }

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