#ABA4DA

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

Shades of Wistful #ABA4DA

Tints of Wistful #ABA4DA

Color information

#ABA4DA (or 0xABA4DA) is unknown color: approx Wistful. HEX triplet: AB, A4 and DA. RGB value is (171,164,218). Sum of RGB (Red+Green+Blue) = 171+164+218=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABA4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4DA is #545B25. Grayscale: #ACACAC. Windows color (decimal): -5528358 or 14329003. OLE color: 14329003.

HSL color Cylindrical-coordinate representation of color #ABA4DA: hue angle of 247.78º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABA4DA is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171164218-
CMYK0.220.2500.15
HSL247.78º42.19%74.9%-
HSV(B)247.78º24.77%85.49%-
XYZ42.7240.2771.85-
YUV172.25153.82127.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.92%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=30.92%
G=29.66%
B=39.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711642180.220.2500.15247.7842.1974.9
HexABA4DA16190Ff82a4b
Octal253244332263101737052113
Binary101010111010010011011010101101100101111111110001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4DA; }

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

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

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

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

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

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

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

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