#ACA5DC

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

Shades of Wistful #ACA5DC

Tints of Wistful #ACA5DC

Color information

#ACA5DC (or 0xACA5DC) is unknown color: approx Wistful. HEX triplet: AC, A5 and DC. RGB value is (172,165,220). Sum of RGB (Red+Green+Blue) = 172+165+220=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACA5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5DC is #535A23. Grayscale: #ADADAD. Windows color (decimal): -5462564 or 14460332. OLE color: 14460332.

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

Color convert

RGB172165220-
CMYK0.220.2500.14
HSL247.64º44%75.49%-
HSV(B)247.64º25%86.27%-
XYZ43.3940.8573.31-
YUV173.36154.32127.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=30.88%
G=29.62%
B=39.50%

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
Decimal1721652200.220.2500.14247.644475.49
HexACA5DC16190Ef82c4b
Octal254245334263101637054113
Binary101011001010010111011100101101100101110111110001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5DC; }

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

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

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

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

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

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

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

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