#ACA6DC

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

Shades of Wistful #ACA6DC

Tints of Wistful #ACA6DC

Color information

#ACA6DC (or 0xACA6DC) is unknown color: approx Wistful. HEX triplet: AC, A6 and DC. RGB value is (172,166,220). Sum of RGB (Red+Green+Blue) = 172+166+220=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACA6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA6DC is #535923. Grayscale: #ADADAD. Windows color (decimal): -5462308 or 14460588. OLE color: 14460588.

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

Color convert

RGB172166220-
CMYK0.220.2500.14
HSL246.67º43.55%75.69%-
HSV(B)246.67º24.55%86.27%-
XYZ43.5741.2173.37-
YUV173.95153.99126.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=30.82%
G=29.75%
B=39.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721662200.220.2500.14246.6743.5575.69
HexACA6DC16190Ef72c4c
Octal254246334263101636754114
Binary101011001010011011011100101101100101110111101111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6DC; }

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

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

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

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

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

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

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

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