#ABA8D4

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

Shades of Wistful #ABA8D4

Tints of Wistful #ABA8D4

Color information

#ABA8D4 (or 0xABA8D4) is unknown color: approx Wistful. HEX triplet: AB, A8 and D4. RGB value is (171,168,212). Sum of RGB (Red+Green+Blue) = 171+168+212=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABA8D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8D4 is #54572B. Grayscale: #ADADAD. Windows color (decimal): -5527340 or 13936811. OLE color: 13936811.

HSL color Cylindrical-coordinate representation of color #ABA8D4: hue angle of 244.09º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABA8D4 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171168212-
CMYK0.190.2100.17
HSL244.09º33.85%74.51%-
HSV(B)244.09º20.75%83.14%-
XYZ42.6841.4268.03-
YUV173.91149.49125.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 168 (66.02% from 255) = 30.49%
BLUE value IS 212 (83.20% from 255) = 38.48%
R=31.03%
G=30.49%
B=38.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711682120.190.2100.17244.0933.8574.51
HexABA8D41315011f4224b
Octal253250324232502136442113
Binary1010101110101000110101001001110101010001111101001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8D4; }

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

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

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

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

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

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

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

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