#ACA7D8

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

Shades of Wistful #ACA7D8

Tints of Wistful #ACA7D8

Color information

#ACA7D8 (or 0xACA7D8) is unknown color: approx Wistful. HEX triplet: AC, A7 and D8. RGB value is (172,167,216). Sum of RGB (Red+Green+Blue) = 172+167+216=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACA7D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7D8 is #535827. Grayscale: #ADADAD. Windows color (decimal): -5462056 or 14198700. OLE color: 14198700.

HSL color Cylindrical-coordinate representation of color #ACA7D8: hue angle of 246.12º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACA7D8 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172167216-
CMYK0.200.2300.15
HSL246.12º38.58%75.1%-
HSV(B)246.12º22.69%84.71%-
XYZ43.2341.3770.67-
YUV174.08151.66126.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 216 (84.77% from 255) = 38.92%
R=30.99%
G=30.09%
B=38.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721672160.200.2300.15246.1238.5875.1
HexACA7D814170Ff6274b
Octal254247330242701736647113
Binary101011001010011111011000101001011101111111101101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7D8; }

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

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

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

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

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

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

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

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