#ACAAD5

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

Shades of Wistful #ACAAD5

Tints of Wistful #ACAAD5

Color information

#ACAAD5 (or 0xACAAD5) is unknown color: approx Wistful. HEX triplet: AC, AA and D5. RGB value is (172,170,213). Sum of RGB (Red+Green+Blue) = 172+170+213=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACAAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAD5 is #53552A. Grayscale: #AFAFAF. Windows color (decimal): -5461291 or 14002860. OLE color: 14002860.

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

Color convert

RGB172170213-
CMYK0.190.2000.16
HSL242.79º33.86%75.1%-
HSV(B)242.79º20.19%83.53%-
XYZ43.442.3268.83-
YUV175.5149.16125.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 213 (83.59% from 255) = 38.38%
R=30.99%
G=30.63%
B=38.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721702130.190.2000.16242.7933.8675.1
HexACAAD51314010f3224b
Octal254252325232402036342113
Binary1010110010101010110101011001110100010000111100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAD5; }

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

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

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

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

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

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

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

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