#ABA3CF

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

Shades of Wistful #ABA3CF

Tints of Wistful #ABA3CF

Color information

#ABA3CF (or 0xABA3CF) is unknown color: approx Wistful. HEX triplet: AB, A3 and CF. RGB value is (171,163,207). Sum of RGB (Red+Green+Blue) = 171+163+207=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABA3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3CF is #545C30. Grayscale: #AAAAAA. Windows color (decimal): -5528625 or 13607851. OLE color: 13607851.

HSL color Cylindrical-coordinate representation of color #ABA3CF: hue angle of 250.91º 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 #ABA3CF is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171163207-
CMYK0.170.2100.19
HSL250.91º31.43%72.55%-
HSV(B)250.91º21.26%81.18%-
XYZ41.1539.3664.46-
YUV170.41148.65128.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=31.61%
G=30.13%
B=38.26%

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
Decimal1711632070.170.2100.19250.9131.4372.55
HexABA3CF1115013fb1f49
Octal253243317212502337337111
Binary101010111010001111001111100011010101001111111011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3CF; }

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

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

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

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

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

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

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

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