#ACA7CA

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

Shades of Wistful #ACA7CA

Tints of Wistful #ACA7CA

Color information

#ACA7CA (or 0xACA7CA) is unknown color: approx Wistful. HEX triplet: AC, A7 and CA. RGB value is (172,167,202). Sum of RGB (Red+Green+Blue) = 172+167+202=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7CA is #535835. Grayscale: #ACACAC. Windows color (decimal): -5462070 or 13281196. OLE color: 13281196.

HSL color Cylindrical-coordinate representation of color #ACA7CA: hue angle of 248.57º degrees, saturation: 0.25, 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 #ACA7CA is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172167202-
CMYK0.150.1700.21
HSL248.57º24.82%72.35%-
HSV(B)248.57º17.33%79.22%-
XYZ41.4940.6761.54-
YUV172.48144.66127.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 167 (65.62% from 255) = 30.87%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=31.79%
G=30.87%
B=37.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721672020.150.1700.21248.5724.8272.35
HexACA7CAF11015f91948
Octal254247312172102537131110
Binary10101100101001111100101011111000101010111111001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7CA; }

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

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

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

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

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

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

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

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