#ACA9CA

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

Shades of Wistful #ACA9CA

Tints of Wistful #ACA9CA

Color information

#ACA9CA (or 0xACA9CA) is unknown color: approx Wistful. HEX triplet: AC, A9 and CA. RGB value is (172,169,202). Sum of RGB (Red+Green+Blue) = 172+169+202=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACA9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA9CA is #535635. Grayscale: #ADADAD. Windows color (decimal): -5461558 or 13281708. OLE color: 13281708.

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

Color convert

RGB172169202-
CMYK0.150.1600.21
HSL245.45º23.74%72.75%-
HSV(B)245.45º16.34%79.22%-
XYZ41.8641.4161.66-
YUV173.66143.99126.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 169 (66.41% from 255) = 31.12%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=31.68%
G=31.12%
B=37.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721692020.150.1600.21245.4523.7472.75
HexACA9CAF10015f51849
Octal254251312172002536530111
Binary10101100101010011100101011111000001010111110101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9CA; }

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

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

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

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

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

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

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

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