#ACACD6

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

Shades of Wistful #ACACD6

Tints of Wistful #ACACD6

Color information

#ACACD6 (or 0xACACD6) is unknown color: approx Wistful. HEX triplet: AC, AC and D6. RGB value is (172,172,214). Sum of RGB (Red+Green+Blue) = 172+172+214=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACD6 is #535329. Grayscale: #B0B0B0. Windows color (decimal): -5460778 or 14068908. OLE color: 14068908.

HSL color Cylindrical-coordinate representation of color #ACACD6: hue angle of 240º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACACD6 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172172214-
CMYK0.200.2000.16
HSL240º33.87%75.69%-
HSV(B)240º19.63%83.92%-
XYZ43.943.1369.63-
YUV176.79149124.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 214 (83.98% from 255) = 38.35%
R=30.82%
G=30.82%
B=38.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721722140.200.2000.1624033.8775.69
HexACACD61414010f0224c
Octal254254326242402036042114
Binary1010110010101100110101101010010100010000111100001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACD6; }

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

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

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

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

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

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

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

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