#ABA4CF

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

Shades of Wistful #ABA4CF

Tints of Wistful #ABA4CF

Color information

#ABA4CF (or 0xABA4CF) is unknown color: approx Wistful. HEX triplet: AB, A4 and CF. RGB value is (171,164,207). Sum of RGB (Red+Green+Blue) = 171+164+207=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABA4CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4CF is #545B30. Grayscale: #AAAAAA. Windows color (decimal): -5528369 or 13608107. OLE color: 13608107.

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

Color convert

RGB171164207-
CMYK0.170.2100.19
HSL249.77º30.94%72.75%-
HSV(B)249.77º20.77%81.18%-
XYZ41.3339.7164.52-
YUV171148.32128-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=31.55%
G=30.26%
B=38.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711642070.170.2100.19249.7730.9472.75
HexABA4CF1115013fa1f49
Octal253244317212502337237111
Binary101010111010010011001111100011010101001111111010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4CF; }

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

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

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

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

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

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

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

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