#ACA8CC

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

Shades of Wistful #ACA8CC

Tints of Wistful #ACA8CC

Color information

#ACA8CC (or 0xACA8CC) is unknown color: approx Wistful. HEX triplet: AC, A8 and CC. RGB value is (172,168,204). Sum of RGB (Red+Green+Blue) = 172+168+204=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACA8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8CC is #535733. Grayscale: #ADADAD. Windows color (decimal): -5461812 or 13412524. OLE color: 13412524.

HSL color Cylindrical-coordinate representation of color #ACA8CC: hue angle of 246.67º 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 #ACA8CC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172168204-
CMYK0.160.1800.2
HSL246.67º26.09%72.94%-
HSV(B)246.67º17.65%80%-
XYZ41.9141.1462.86-
YUV173.3145.33127.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=31.62%
G=30.88%
B=37.5%

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
Decimal1721682040.160.1800.2246.6726.0972.94
HexACA8CC1012014f71a49
Octal254250314202202436732111
Binary101011001010100011001100100001001001010011110111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8CC; }

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

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

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

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

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

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

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

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