#ACA2D1

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

Shades of Wistful #ACA2D1

Tints of Wistful #ACA2D1

Color information

#ACA2D1 (or 0xACA2D1) is unknown color: approx Wistful. HEX triplet: AC, A2 and D1. RGB value is (172,162,209). Sum of RGB (Red+Green+Blue) = 172+162+209=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACA2D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2D1 is #535D2E. Grayscale: #AAAAAA. Windows color (decimal): -5463343 or 13738668. OLE color: 13738668.

HSL color Cylindrical-coordinate representation of color #ACA2D1: hue angle of 252.77º degrees, saturation: 0.34, 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 #ACA2D1 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172162209-
CMYK0.180.2200.18
HSL252.77º33.81%72.75%-
HSV(B)252.77º22.49%81.96%-
XYZ41.4439.2165.71-
YUV170.35149.81129.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 162 (63.67% from 255) = 29.83%
BLUE value IS 209 (82.03% from 255) = 38.49%
R=31.68%
G=29.83%
B=38.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721622090.180.2200.18252.7733.8172.75
HexACA2D11216012fd2249
Octal254242321222602237542111
Binary1010110010100010110100011001010110010010111111011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2D1; }

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

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

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

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

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

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

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

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