#ABA2E4

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

Shades of Wistful #ABA2E4

Tints of Wistful #ABA2E4

Color information

#ABA2E4 (or 0xABA2E4) is unknown color: approx Wistful. HEX triplet: AB, A2 and E4. RGB value is (171,162,228). Sum of RGB (Red+Green+Blue) = 171+162+228=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABA2E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2E4 is #545D1B. Grayscale: #ABABAB. Windows color (decimal): -5528860 or 14983851. OLE color: 14983851.

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

Color convert

RGB171162228-
CMYK0.250.2900.11
HSL248.18º55%76.47%-
HSV(B)248.18º28.95%89.41%-
XYZ43.7240.178.83-
YUV172.21159.48127.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 162 (63.67% from 255) = 28.88%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=30.48%
G=28.88%
B=40.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711622280.250.2900.11248.185576.47
HexABA2E4191D0Bf8374c
Octal253242344313501337067114
Binary101010111010001011100100110011110101011111110001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2E4; }

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

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

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

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

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

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

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

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