#ABA5CF

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

Shades of Wistful #ABA5CF

Tints of Wistful #ABA5CF

Color information

#ABA5CF (or 0xABA5CF) is unknown color: approx Wistful. HEX triplet: AB, A5 and CF. RGB value is (171,165,207). Sum of RGB (Red+Green+Blue) = 171+165+207=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABA5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5CF is #545A30. Grayscale: #ABABAB. Windows color (decimal): -5528113 or 13608363. OLE color: 13608363.

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

Color convert

RGB171165207-
CMYK0.170.2000.19
HSL248.57º30.43%72.94%-
HSV(B)248.57º20.29%81.18%-
XYZ41.5140.0764.58-
YUV171.58147.99127.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=31.49%
G=30.39%
B=38.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711652070.170.2000.19248.5730.4372.94
HexABA5CF1114013f91e49
Octal253245317212402337136111
Binary101010111010010111001111100011010001001111111001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5CF; }

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

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

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

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

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

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

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

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