#ABA0E4

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

Shades of Wistful #ABA0E4

Tints of Wistful #ABA0E4

Color information

#ABA0E4 (or 0xABA0E4) is unknown color: approx Wistful. HEX triplet: AB, A0 and E4. RGB value is (171,160,228). Sum of RGB (Red+Green+Blue) = 171+160+228=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABA0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0E4 is #545F1B. Grayscale: #AAAAAA. Windows color (decimal): -5529372 or 14983339. OLE color: 14983339.

HSL color Cylindrical-coordinate representation of color #ABA0E4: hue angle of 249.71º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABA0E4 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171160228-
CMYK0.250.3000.11
HSL249.71º55.74%76.08%-
HSV(B)249.71º29.82%89.41%-
XYZ43.3739.478.72-
YUV171.04160.14127.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 160 (62.89% from 255) = 28.62%
BLUE value IS 228 (89.45% from 255) = 40.79%
R=30.59%
G=28.62%
B=40.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711602280.250.3000.11249.7155.7476.08
HexABA0E4191E0Bfa384c
Octal253240344313601337270114
Binary101010111010000011100100110011111001011111110101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0E4; }

 p { color: rgb(171,160,228); }

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

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

 a { background-color: rgb(171,160,228); }

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

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

 span { border-color: rgb(171,160,228); }

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