#ACA8DC

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

Shades of Wistful #ACA8DC

Tints of Wistful #ACA8DC

Color information

#ACA8DC (or 0xACA8DC) is unknown color: approx Wistful. HEX triplet: AC, A8 and DC. RGB value is (172,168,220). Sum of RGB (Red+Green+Blue) = 172+168+220=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACA8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA8DC is #535723. Grayscale: #AEAEAE. Windows color (decimal): -5461796 or 14461100. OLE color: 14461100.

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

Color convert

RGB172168220-
CMYK0.220.2400.14
HSL244.62º42.62%76.08%-
HSV(B)244.62º23.64%86.27%-
XYZ43.9341.9473.49-
YUV175.12153.33125.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=30.71%
G=30%
B=39.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721682200.220.2400.14244.6242.6276.08
HexACA8DC16180Ef52b4c
Octal254250334263001636553114
Binary101011001010100011011100101101100001110111101011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA8DC; }

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

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

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

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

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

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

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

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