#ACA2DA

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

Shades of Wistful #ACA2DA

Tints of Wistful #ACA2DA

Color information

#ACA2DA (or 0xACA2DA) is unknown color: approx Wistful. HEX triplet: AC, A2 and DA. RGB value is (172,162,218). Sum of RGB (Red+Green+Blue) = 172+162+218=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACA2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2DA is #535D25. Grayscale: #ABABAB. Windows color (decimal): -5463334 or 14328492. OLE color: 14328492.

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

Color convert

RGB172162218-
CMYK0.210.2600.15
HSL250.71º43.08%74.51%-
HSV(B)250.71º25.69%85.49%-
XYZ42.5939.6771.74-
YUV171.37154.31128.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=31.16%
G=29.35%
B=39.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721622180.210.2600.15250.7143.0874.51
HexACA2DA151A0Ffb2b4b
Octal254242332253201737353113
Binary101011001010001011011010101011101001111111110111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2DA; }

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

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

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

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

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

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

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

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