#ABA5E5

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

Shades of Wistful #ABA5E5

Tints of Wistful #ABA5E5

Color information

#ABA5E5 (or 0xABA5E5) is unknown color: approx Wistful. HEX triplet: AB, A5 and E5. RGB value is (171,165,229). Sum of RGB (Red+Green+Blue) = 171+165+229=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABA5E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5E5 is #545A1A. Grayscale: #ADADAD. Windows color (decimal): -5528091 or 15050155. OLE color: 15050155.

HSL color Cylindrical-coordinate representation of color #ABA5E5: hue angle of 245.62º 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 #ABA5E5 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171165229-
CMYK0.250.2800.10
HSL245.62º55.17%77.25%-
HSV(B)245.62º27.95%89.8%-
XYZ44.3941.2379.75-
YUV174.09158.99125.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 165 (64.84% from 255) = 29.20%
BLUE value IS 229 (89.84% from 255) = 40.53%
R=30.27%
G=29.20%
B=40.53%

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
Decimal1711652290.250.2800.10245.6255.1777.25
HexABA5E5191C0Af6374d
Octal253245345313401236667115
Binary101010111010010111100101110011110001010111101101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5E5; }

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

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

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

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

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

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

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

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