#ACA4D1

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

Shades of Wistful #ACA4D1

Tints of Wistful #ACA4D1

Color information

#ACA4D1 (or 0xACA4D1) is unknown color: approx Wistful. HEX triplet: AC, A4 and D1. RGB value is (172,164,209). Sum of RGB (Red+Green+Blue) = 172+164+209=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACA4D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4D1 is #535B2E. Grayscale: #ABABAB. Windows color (decimal): -5462831 or 13739180. OLE color: 13739180.

HSL color Cylindrical-coordinate representation of color #ACA4D1: hue angle of 250.67º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACA4D1 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172164209-
CMYK0.180.2200.18
HSL250.67º32.85%73.14%-
HSV(B)250.67º21.53%81.96%-
XYZ41.839.9365.82-
YUV171.52149.15128.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 209 (82.03% from 255) = 38.35%
R=31.56%
G=30.09%
B=38.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721642090.180.2200.18250.6732.8573.14
HexACA4D11216012fb2149
Octal254244321222602237341111
Binary1010110010100100110100011001010110010010111110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4D1; }

 p { color: rgb(172,164,209); }

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

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

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

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

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

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

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