#ACA2D2

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

Shades of Wistful #ACA2D2

Tints of Wistful #ACA2D2

Color information

#ACA2D2 (or 0xACA2D2) is unknown color: approx Wistful. HEX triplet: AC, A2 and D2. RGB value is (172,162,210). Sum of RGB (Red+Green+Blue) = 172+162+210=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACA2D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2D2 is #535D2D. Grayscale: #AAAAAA. Windows color (decimal): -5463342 or 13804204. OLE color: 13804204.

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

Color convert

RGB172162210-
CMYK0.180.2300.18
HSL252.5º34.78%72.94%-
HSV(B)252.5º22.86%82.35%-
XYZ41.5739.2666.36-
YUV170.46150.31129.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 162 (63.67% from 255) = 29.78%
BLUE value IS 210 (82.42% from 255) = 38.60%
R=31.62%
G=29.78%
B=38.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721622100.180.2300.18252.534.7872.94
HexACA2D21217012fc2349
Octal254242322222702237443111
Binary1010110010100010110100101001010111010010111111001000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2D2; }

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

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

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

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

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

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

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

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