#ABA1EE

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

Shades of Wistful #ABA1EE

Tints of Wistful #ABA1EE

Color information

#ABA1EE (or 0xABA1EE) is unknown color: approx Wistful. HEX triplet: AB, A1 and EE. RGB value is (171,161,238). Sum of RGB (Red+Green+Blue) = 171+161+238=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABA1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA1EE is #545E11. Grayscale: #ACACAC. Windows color (decimal): -5529106 or 15638955. OLE color: 15638955.

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

Color convert

RGB171161238-
CMYK0.280.3200.07
HSL247.79º69.37%78.24%-
HSV(B)247.79º32.35%93.33%-
XYZ44.9740.3286.3-
YUV172.77164.81126.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 161 (63.28% from 255) = 28.25%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=30%
G=28.25%
B=41.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711612380.280.3200.07247.7969.3778.24
HexABA1EE1C2007f8454e
Octal253241356344007370105116
Binary1010101110100001111011101110010000001111111100010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA1EE; }

 p { color: rgb(171,161,238); }

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

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

 a { background-color: rgb(171,161,238); }

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

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

 span { border-color: rgb(171,161,238); }

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