#ABA8CC

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

Shades of Wistful #ABA8CC

Tints of Wistful #ABA8CC

Color information

#ABA8CC (or 0xABA8CC) is unknown color: approx Wistful. HEX triplet: AB, A8 and CC. RGB value is (171,168,204). Sum of RGB (Red+Green+Blue) = 171+168+204=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8CC is #545733. Grayscale: #ACACAC. Windows color (decimal): -5527348 or 13412523. OLE color: 13412523.

HSL color Cylindrical-coordinate representation of color #ABA8CC: hue angle of 245º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA8CC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171168204-
CMYK0.160.1800.2
HSL245º26.09%72.94%-
HSV(B)245º17.65%80%-
XYZ41.741.0262.85-
YUV173145.49126.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=31.49%
G=30.94%
B=37.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711682040.160.1800.224526.0972.94
HexABA8CC1012014f51a49
Octal253250314202202436532111
Binary101010111010100011001100100001001001010011110101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8CC; }

 p { color: rgb(171,168,204); }

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

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

 a { background-color: rgb(171,168,204); }

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

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

 span { border-color: rgb(171,168,204); }

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