#ACA8CF

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

Shades of Wistful #ACA8CF

Tints of Wistful #ACA8CF

Color information

#ACA8CF (or 0xACA8CF) is unknown color: approx Wistful. HEX triplet: AC, A8 and CF. RGB value is (172,168,207). Sum of RGB (Red+Green+Blue) = 172+168+207=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACA8CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8CF is #535730. Grayscale: #ADADAD. Windows color (decimal): -5461809 or 13609132. OLE color: 13609132.

HSL color Cylindrical-coordinate representation of color #ACA8CF: hue angle of 246.15º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACA8CF is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172168207-
CMYK0.170.1900.19
HSL246.15º28.89%73.53%-
HSV(B)246.15º18.84%81.18%-
XYZ42.2841.2864.77-
YUV173.64146.83126.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=31.44%
G=30.71%
B=37.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721682070.170.1900.19246.1528.8973.53
HexACA8CF1113013f61d4a
Octal254250317212302336635112
Binary101011001010100011001111100011001101001111110110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8CF; }

 p { color: rgb(172,168,207); }

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

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

 a { background-color: rgb(172,168,207); }

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

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

 span { border-color: rgb(172,168,207); }

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