#ACA7C9

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

Shades of Wistful #ACA7C9

Tints of Wistful #ACA7C9

Color information

#ACA7C9 (or 0xACA7C9) is unknown color: approx Wistful. HEX triplet: AC, A7 and C9. RGB value is (172,167,201). Sum of RGB (Red+Green+Blue) = 172+167+201=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACA7C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7C9 is #535836. Grayscale: #ACACAC. Windows color (decimal): -5462071 or 13215660. OLE color: 13215660.

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

Color convert

RGB172167201-
CMYK0.140.1700.21
HSL248.82º23.94%72.16%-
HSV(B)248.82º16.92%78.82%-
XYZ41.3740.6360.92-
YUV172.37144.16127.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 167 (65.62% from 255) = 30.93%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=31.85%
G=30.93%
B=37.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721672010.140.1700.21248.8223.9472.16
HexACA7C9E11015f91848
Octal254247311162102537130110
Binary10101100101001111100100111101000101010111111001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7C9; }

 p { color: rgb(172,167,201); }

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

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

 a { background-color: rgb(172,167,201); }

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

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

 span { border-color: rgb(172,167,201); }

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