#ABA5CE

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

Shades of Wistful #ABA5CE

Tints of Wistful #ABA5CE

Color information

#ABA5CE (or 0xABA5CE) is unknown color: approx Wistful. HEX triplet: AB, A5 and CE. RGB value is (171,165,206). Sum of RGB (Red+Green+Blue) = 171+165+206=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABA5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5CE is #545A31. Grayscale: #ABABAB. Windows color (decimal): -5528114 or 13542827. OLE color: 13542827.

HSL color Cylindrical-coordinate representation of color #ABA5CE: hue angle of 248.78º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA5CE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171165206-
CMYK0.170.2000.19
HSL248.78º29.5%72.75%-
HSV(B)248.78º19.9%80.78%-
XYZ41.3940.0263.94-
YUV171.47147.49127.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 165 (64.84% from 255) = 30.44%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=31.55%
G=30.44%
B=38.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711652060.170.2000.19248.7829.572.75
HexABA5CE1114013f91d49
Octal253245316212402337135111
Binary101010111010010111001110100011010001001111111001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5CE; }

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

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

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

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

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

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

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

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