#ACA7CD

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

Shades of Wistful #ACA7CD

Tints of Wistful #ACA7CD

Color information

#ACA7CD (or 0xACA7CD) is unknown color: approx Wistful. HEX triplet: AC, A7 and CD. RGB value is (172,167,205). Sum of RGB (Red+Green+Blue) = 172+167+205=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACA7CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7CD is #535832. Grayscale: #ACACAC. Windows color (decimal): -5462067 or 13477804. OLE color: 13477804.

HSL color Cylindrical-coordinate representation of color #ACA7CD: hue angle of 247.89º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACA7CD is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172167205-
CMYK0.160.1900.20
HSL247.89º27.54%72.94%-
HSV(B)247.89º18.54%80.39%-
XYZ41.8540.8263.43-
YUV172.83146.16127.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 167 (65.62% from 255) = 30.70%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=31.62%
G=30.70%
B=37.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721672050.160.1900.20247.8927.5472.94
HexACA7CD1013014f81c49
Octal254247315202302437034111
Binary101011001010011111001101100001001101010011111000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7CD; }

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

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

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

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

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

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

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

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