#ABA3EC

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

Shades of Wistful #ABA3EC

Tints of Wistful #ABA3EC

Color information

#ABA3EC (or 0xABA3EC) is unknown color: approx Wistful. HEX triplet: AB, A3 and EC. RGB value is (171,163,236). Sum of RGB (Red+Green+Blue) = 171+163+236=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABA3EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA3EC is #545C13. Grayscale: #ADADAD. Windows color (decimal): -5528596 or 15508395. OLE color: 15508395.

HSL color Cylindrical-coordinate representation of color #ABA3EC: hue angle of 246.58º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABA3EC is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171163236-
CMYK0.280.3100.07
HSL246.58º65.77%78.24%-
HSV(B)246.58º30.93%92.55%-
XYZ45.0340.9184.88-
YUV173.71163.15126.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 163 (64.06% from 255) = 28.60%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=30%
G=28.60%
B=41.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711632360.280.3100.07246.5865.7778.24
HexABA3EC1C1F07f7424e
Octal253243354343707367102116
Binary101010111010001111101100111001111101111111011110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3EC; }

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

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

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

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

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

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

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

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