#ACA2D0

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

Shades of Wistful #ACA2D0

Tints of Wistful #ACA2D0

Color information

#ACA2D0 (or 0xACA2D0) is unknown color: approx Wistful. HEX triplet: AC, A2 and D0. RGB value is (172,162,208). Sum of RGB (Red+Green+Blue) = 172+162+208=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACA2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2D0 is #535D2F. Grayscale: #AAAAAA. Windows color (decimal): -5463344 or 13673132. OLE color: 13673132.

HSL color Cylindrical-coordinate representation of color #ACA2D0: hue angle of 253.04º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACA2D0 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172162208-
CMYK0.170.2200.18
HSL253.04º32.86%72.55%-
HSV(B)253.04º22.12%81.57%-
XYZ41.3239.1765.06-
YUV170.23149.31129.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 162 (63.67% from 255) = 29.89%
BLUE value IS 208 (81.64% from 255) = 38.38%
R=31.73%
G=29.89%
B=38.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721622080.170.2200.18253.0432.8672.55
HexACA2D01116012fd2149
Octal254242320212602237541111
Binary1010110010100010110100001000110110010010111111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2D0; }

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

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

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

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

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

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

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

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