#ACA4DD

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

Shades of Wistful #ACA4DD

Tints of Wistful #ACA4DD

Color information

#ACA4DD (or 0xACA4DD) is unknown color: approx Wistful. HEX triplet: AC, A4 and DD. RGB value is (172,164,221). Sum of RGB (Red+Green+Blue) = 172+164+221=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACA4DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4DD is #535B22. Grayscale: #ACACAC. Windows color (decimal): -5462819 or 14525612. OLE color: 14525612.

HSL color Cylindrical-coordinate representation of color #ACA4DD: hue angle of 248.42º 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 #ACA4DD is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172164221-
CMYK0.220.2600.13
HSL248.42º45.6%75.49%-
HSV(B)248.42º25.79%86.67%-
XYZ43.3440.5473.95-
YUV172.89155.15127.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=30.88%
G=29.44%
B=39.68%

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
Decimal1721642210.220.2600.13248.4245.675.49
HexACA4DD161A0Df82e4b
Octal254244335263201537056113
Binary101011001010010011011101101101101001101111110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4DD; }

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

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

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

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

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

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

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

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