#ABA4D4

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

Shades of Wistful #ABA4D4

Tints of Wistful #ABA4D4

Color information

#ABA4D4 (or 0xABA4D4) is unknown color: approx Wistful. HEX triplet: AB, A4 and D4. RGB value is (171,164,212). Sum of RGB (Red+Green+Blue) = 171+164+212=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #ABA4D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4D4 is #545B2B. Grayscale: #ABABAB. Windows color (decimal): -5528364 or 13935787. OLE color: 13935787.

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

Color convert

RGB171164212-
CMYK0.190.2300.17
HSL248.75º35.82%73.73%-
HSV(B)248.75º22.64%83.14%-
XYZ41.9539.9667.79-
YUV171.56150.82127.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 164 (64.45% from 255) = 29.98%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=31.26%
G=29.98%
B=38.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711642120.190.2300.17248.7535.8273.73
HexABA4D41317011f9244a
Octal253244324232702137144112
Binary1010101110100100110101001001110111010001111110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4D4; }

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

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

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

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

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

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

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

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