#ACA3CC

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

Shades of Wistful #ACA3CC

Tints of Wistful #ACA3CC

Color information

#ACA3CC (or 0xACA3CC) is unknown color: approx Wistful. HEX triplet: AC, A3 and CC. RGB value is (172,163,204). Sum of RGB (Red+Green+Blue) = 172+163+204=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACA3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA3CC is #535C33. Grayscale: #AAAAAA. Windows color (decimal): -5463092 or 13411244. OLE color: 13411244.

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

Color convert

RGB172163204-
CMYK0.160.2000.2
HSL253.17º28.67%71.96%-
HSV(B)253.17º20.1%80%-
XYZ41.0139.3262.56-
YUV170.36146.98129.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=31.91%
G=30.24%
B=37.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721632040.160.2000.2253.1728.6771.96
HexACA3CC1014014fd1d48
Octal254243314202402437535110
Binary101011001010001111001100100001010001010011111101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3CC; }

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

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

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

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

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

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

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

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