#ACA3DD

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

Shades of Wistful #ACA3DD

Tints of Wistful #ACA3DD

Color information

#ACA3DD (or 0xACA3DD) is unknown color: approx Wistful. HEX triplet: AC, A3 and DD. RGB value is (172,163,221). Sum of RGB (Red+Green+Blue) = 172+163+221=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACA3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA3DD is #535C22. Grayscale: #ACACAC. Windows color (decimal): -5463075 or 14525356. OLE color: 14525356.

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

Color convert

RGB172163221-
CMYK0.220.2600.13
HSL249.31º46.03%75.29%-
HSV(B)249.31º26.24%86.67%-
XYZ43.1640.1973.89-
YUV172.3155.48127.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=30.94%
G=29.32%
B=39.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721632210.220.2600.13249.3146.0375.29
HexACA3DD161A0Df92e4b
Octal254243335263201537156113
Binary101011001010001111011101101101101001101111110011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3DD; }

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

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

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

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

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

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

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

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