#ACACCD

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

Shades of Wistful #ACACCD

Tints of Wistful #ACACCD

Color information

#ACACCD (or 0xACACCD) is unknown color: approx Wistful. HEX triplet: AC, AC and CD. RGB value is (172,172,205). Sum of RGB (Red+Green+Blue) = 172+172+205=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACCD is #535332. Grayscale: #AFAFAF. Windows color (decimal): -5460787 or 13479084. OLE color: 13479084.

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

Color convert

RGB172172205-
CMYK0.160.1600.20
HSL240º24.81%73.92%-
HSV(B)240º16.1%80.39%-
XYZ42.7942.6863.74-
YUV175.76144.5125.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=31.33%
G=31.33%
B=37.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721722050.160.1600.2024024.8173.92
HexACACCD1010014f0194a
Octal254254315202002436031112
Binary101011001010110011001101100001000001010011110000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACCD; }

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

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

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

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

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

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

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

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