#ACA6DE

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

Shades of Wistful #ACA6DE

Tints of Wistful #ACA6DE

Color information

#ACA6DE (or 0xACA6DE) is unknown color: approx Wistful. HEX triplet: AC, A6 and DE. RGB value is (172,166,222). Sum of RGB (Red+Green+Blue) = 172+166+222=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACA6DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA6DE is #535921. Grayscale: #ADADAD. Windows color (decimal): -5462306 or 14591660. OLE color: 14591660.

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

Color convert

RGB172166222-
CMYK0.230.2500.13
HSL246.43º45.9%76.08%-
HSV(B)246.43º25.23%87.06%-
XYZ43.8341.3274.77-
YUV174.18154.99126.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 222 (87.11% from 255) = 39.64%
R=30.71%
G=29.64%
B=39.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721662220.230.2500.13246.4345.976.08
HexACA6DE17190Df62e4c
Octal254246336273101536656114
Binary101011001010011011011110101111100101101111101101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6DE; }

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

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

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

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

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

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

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

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