#ABA3CE

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

Shades of Wistful #ABA3CE

Tints of Wistful #ABA3CE

Color information

#ABA3CE (or 0xABA3CE) is unknown color: approx Wistful. HEX triplet: AB, A3 and CE. RGB value is (171,163,206). Sum of RGB (Red+Green+Blue) = 171+163+206=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABA3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3CE is #545C31. Grayscale: #AAAAAA. Windows color (decimal): -5528626 or 13542315. OLE color: 13542315.

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

Color convert

RGB171163206-
CMYK0.170.2100.19
HSL251.16º30.5%72.35%-
HSV(B)251.16º20.87%80.78%-
XYZ41.0339.3163.82-
YUV170.29148.15128.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=31.67%
G=30.19%
B=38.15%

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
Decimal1711632060.170.2100.19251.1630.572.35
HexABA3CE1115013fb1e48
Octal253243316212502337336110
Binary101010111010001111001110100011010101001111111011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3CE; }

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

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

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

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

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

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

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

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