#ACACDC

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

Shades of Wistful #ACACDC

Tints of Wistful #ACACDC

Color information

#ACACDC (or 0xACACDC) is unknown color: approx Wistful. HEX triplet: AC, AC and DC. RGB value is (172,172,220). Sum of RGB (Red+Green+Blue) = 172+172+220=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACDC is #535323. Grayscale: #B1B1B1. Windows color (decimal): -5460772 or 14462124. OLE color: 14462124.

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

Color convert

RGB172172220-
CMYK0.220.2200.14
HSL240º40.68%76.86%-
HSV(B)240º21.82%86.27%-
XYZ44.6843.4473.74-
YUV177.47152124.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=30.50%
G=30.50%
B=39.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721722200.220.2200.1424040.6876.86
HexACACDC16160Ef0294d
Octal254254334262601636051115
Binary101011001010110011011100101101011001110111100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACDC; }

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

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

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

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

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

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

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

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