#ABA6E5

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

Shades of Wistful #ABA6E5

Tints of Wistful #ABA6E5

Color information

#ABA6E5 (or 0xABA6E5) is unknown color: approx Wistful. HEX triplet: AB, A6 and E5. RGB value is (171,166,229). Sum of RGB (Red+Green+Blue) = 171+166+229=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABA6E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6E5 is #54591A. Grayscale: #AEAEAE. Windows color (decimal): -5527835 or 15050411. OLE color: 15050411.

HSL color Cylindrical-coordinate representation of color #ABA6E5: hue angle of 244.76º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABA6E5 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171166229-
CMYK0.250.2800.10
HSL244.76º54.78%77.45%-
HSV(B)244.76º27.51%89.8%-
XYZ44.5741.5979.81-
YUV174.68158.66125.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.21%
GREEN value IS 166 (65.23% from 255) = 29.33%
BLUE value IS 229 (89.84% from 255) = 40.46%
R=30.21%
G=29.33%
B=40.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711662290.250.2800.10244.7654.7877.45
HexABA6E5191C0Af5374d
Octal253246345313401236567115
Binary101010111010011011100101110011110001010111101011101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA6E5; }

 p { color: rgb(171,166,229); }

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

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

 a { background-color: rgb(171,166,229); }

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

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

 span { border-color: rgb(171,166,229); }

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