#ACA2DC

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

Shades of Wistful #ACA2DC

Tints of Wistful #ACA2DC

Color information

#ACA2DC (or 0xACA2DC) is unknown color: approx Wistful. HEX triplet: AC, A2 and DC. RGB value is (172,162,220). Sum of RGB (Red+Green+Blue) = 172+162+220=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2DC is #535D23. Grayscale: #ABABAB. Windows color (decimal): -5463332 or 14459564. OLE color: 14459564.

HSL color Cylindrical-coordinate representation of color #ACA2DC: hue angle of 250.34º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACA2DC is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172162220-
CMYK0.220.2600.14
HSL250.34º45.31%74.9%-
HSV(B)250.34º26.36%86.27%-
XYZ42.8539.7873.13-
YUV171.6155.31128.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 162 (63.67% from 255) = 29.24%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=31.05%
G=29.24%
B=39.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721622200.220.2600.14250.3445.3174.9
HexACA2DC161A0Efa2d4b
Octal254242334263201637255113
Binary101011001010001011011100101101101001110111110101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2DC; }

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

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

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

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

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

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

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

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