#ABA3EA

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

Shades of Wistful #ABA3EA

Tints of Wistful #ABA3EA

Color information

#ABA3EA (or 0xABA3EA) is unknown color: approx Wistful. HEX triplet: AB, A3 and EA. RGB value is (171,163,234). Sum of RGB (Red+Green+Blue) = 171+163+234=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABA3EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA3EA is #545C15. Grayscale: #ADADAD. Windows color (decimal): -5528598 or 15377323. OLE color: 15377323.

HSL color Cylindrical-coordinate representation of color #ABA3EA: hue angle of 246.76º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABA3EA is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171163234-
CMYK0.270.3000.08
HSL246.76º62.83%77.84%-
HSV(B)246.76º30.34%91.76%-
XYZ44.7440.7983.36-
YUV173.49162.15126.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 163 (64.06% from 255) = 28.70%
BLUE value IS 234 (91.80% from 255) = 41.20%
R=30.11%
G=28.70%
B=41.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711632340.270.3000.08246.7662.8377.84
HexABA3EA1B1E08f73f4e
Octal253243352333601036777116
Binary101010111010001111101010110111111001000111101111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA3EA; }

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

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

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

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

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

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

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

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