#ACA7D0

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

Shades of Wistful #ACA7D0

Tints of Wistful #ACA7D0

Color information

#ACA7D0 (or 0xACA7D0) is unknown color: approx Wistful. HEX triplet: AC, A7 and D0. RGB value is (172,167,208). Sum of RGB (Red+Green+Blue) = 172+167+208=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACA7D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7D0 is #53582F. Grayscale: #ADADAD. Windows color (decimal): -5462064 or 13674412. OLE color: 13674412.

HSL color Cylindrical-coordinate representation of color #ACA7D0: hue angle of 247.32º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACA7D0 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172167208-
CMYK0.170.2000.18
HSL247.32º30.37%73.53%-
HSV(B)247.32º19.71%81.57%-
XYZ42.2240.9665.36-
YUV173.17147.66127.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 167 (65.62% from 255) = 30.53%
BLUE value IS 208 (81.64% from 255) = 38.03%
R=31.44%
G=30.53%
B=38.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721672080.170.2000.18247.3230.3773.53
HexACA7D01114012f71e4a
Octal254247320212402236736112
Binary101011001010011111010000100011010001001011110111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7D0; }

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

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

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

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

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

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

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

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