#ACA8DD

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

Shades of Wistful #ACA8DD

Tints of Wistful #ACA8DD

Color information

#ACA8DD (or 0xACA8DD) is unknown color: approx Wistful. HEX triplet: AC, A8 and DD. RGB value is (172,168,221). Sum of RGB (Red+Green+Blue) = 172+168+221=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACA8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8DD is #535722. Grayscale: #AFAFAF. Windows color (decimal): -5461795 or 14526636. OLE color: 14526636.

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

Color convert

RGB172168221-
CMYK0.220.2400.13
HSL244.53º43.8%76.27%-
HSV(B)244.53º23.98%86.67%-
XYZ44.074274.19-
YUV175.24153.83125.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=30.66%
G=29.95%
B=39.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721682210.220.2400.13244.5343.876.27
HexACA8DD16180Df52c4c
Octal254250335263001536554114
Binary101011001010100011011101101101100001101111101011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8DD; }

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

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

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

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

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

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

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

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