#ACAADD

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

Shades of Wistful #ACAADD

Tints of Wistful #ACAADD

Color information

#ACAADD (or 0xACAADD) is unknown color: approx Wistful. HEX triplet: AC, AA and DD. RGB value is (172,170,221). Sum of RGB (Red+Green+Blue) = 172+170+221=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAADD is #535522. Grayscale: #B0B0B0. Windows color (decimal): -5461283 or 14527148. OLE color: 14527148.

HSL color Cylindrical-coordinate representation of color #ACAADD: hue angle of 242.35º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACAADD is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172170221-
CMYK0.220.2300.13
HSL242.35º42.86%76.67%-
HSV(B)242.35º23.08%86.67%-
XYZ44.4442.7474.31-
YUV176.41153.16124.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=30.55%
G=30.20%
B=39.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721702210.220.2300.13242.3542.8676.67
HexACAADD16170Df22b4d
Octal254252335262701536253115
Binary101011001010101011011101101101011101101111100101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAADD; }

 p { color: rgb(172,170,221); }

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

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

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

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

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

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

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