#ACA3CA

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

Shades of Wistful #ACA3CA

Tints of Wistful #ACA3CA

Color information

#ACA3CA (or 0xACA3CA) is unknown color: approx Wistful. HEX triplet: AC, A3 and CA. RGB value is (172,163,202). Sum of RGB (Red+Green+Blue) = 172+163+202=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA3CA is #535C35. Grayscale: #A9A9A9. Windows color (decimal): -5463094 or 13280172. OLE color: 13280172.

HSL color Cylindrical-coordinate representation of color #ACA3CA: hue angle of 253.85º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACA3CA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172163202-
CMYK0.150.1900.21
HSL253.85º26.9%71.57%-
HSV(B)253.85º19.31%79.22%-
XYZ40.7739.2361.3-
YUV170.14145.98129.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 163 (64.06% from 255) = 30.35%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=32.03%
G=30.35%
B=37.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721632020.150.1900.21253.8526.971.57
HexACA3CAF13015fe1b48
Octal254243312172302537633110
Binary10101100101000111100101011111001101010111111110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3CA; }

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

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

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

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

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

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

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

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