#ACA6CA

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

Shades of Wistful #ACA6CA

Tints of Wistful #ACA6CA

Color information

#ACA6CA (or 0xACA6CA) is unknown color: approx Wistful. HEX triplet: AC, A6 and CA. RGB value is (172,166,202). Sum of RGB (Red+Green+Blue) = 172+166+202=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACA6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA6CA is #535935. Grayscale: #ABABAB. Windows color (decimal): -5462326 or 13280940. OLE color: 13280940.

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

Color convert

RGB172166202-
CMYK0.150.1800.21
HSL250º25.35%72.16%-
HSV(B)250º17.82%79.22%-
XYZ41.3140.3161.48-
YUV171.9144.99128.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 166 (65.23% from 255) = 30.74%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=31.85%
G=30.74%
B=37.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721662020.150.1800.2125025.3572.16
HexACA6CAF12015fa1948
Octal254246312172202537231110
Binary10101100101001101100101011111001001010111111010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6CA; }

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

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

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

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

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

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

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

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