#ACA1DD

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

Shades of Wistful #ACA1DD

Tints of Wistful #ACA1DD

Color information

#ACA1DD (or 0xACA1DD) is unknown color: approx Wistful. HEX triplet: AC, A1 and DD. RGB value is (172,161,221). Sum of RGB (Red+Green+Blue) = 172+161+221=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACA1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1DD is #535E22. Grayscale: #AAAAAA. Windows color (decimal): -5463587 or 14524844. OLE color: 14524844.

HSL color Cylindrical-coordinate representation of color #ACA1DD: hue angle of 251º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACA1DD is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172161221-
CMYK0.220.2700.13
HSL251º46.87%74.9%-
HSV(B)251º27.15%86.67%-
XYZ42.8139.4873.77-
YUV171.13156.14128.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=31.05%
G=29.06%
B=39.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721612210.220.2700.1325146.8774.9
HexACA1DD161B0Dfb2f4b
Octal254241335263301537357113
Binary101011001010000111011101101101101101101111110111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1DD; }

 p { color: rgb(172,161,221); }

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

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

 a { background-color: rgb(172,161,221); }

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

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

 span { border-color: rgb(172,161,221); }

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