#ACA2D9

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

Shades of Wistful #ACA2D9

Tints of Wistful #ACA2D9

Color information

#ACA2D9 (or 0xACA2D9) is unknown color: approx Wistful. HEX triplet: AC, A2 and D9. RGB value is (172,162,217). Sum of RGB (Red+Green+Blue) = 172+162+217=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACA2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2D9 is #535D26. Grayscale: #ABABAB. Windows color (decimal): -5463335 or 14262956. OLE color: 14262956.

HSL color Cylindrical-coordinate representation of color #ACA2D9: hue angle of 250.91º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACA2D9 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172162217-
CMYK0.210.2500.15
HSL250.91º41.98%74.31%-
HSV(B)250.91º25.35%85.1%-
XYZ42.4639.6271.06-
YUV171.26153.81128.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 217 (85.16% from 255) = 39.38%
R=31.22%
G=29.40%
B=39.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721622170.210.2500.15250.9141.9874.31
HexACA2D915190Ffb2a4a
Octal254242331253101737352112
Binary101011001010001011011001101011100101111111110111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2D9; }

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

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

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

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

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

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

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

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