#ACA3D0

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

Shades of Wistful #ACA3D0

Tints of Wistful #ACA3D0

Color information

#ACA3D0 (or 0xACA3D0) is unknown color: approx Wistful. HEX triplet: AC, A3 and D0. RGB value is (172,163,208). Sum of RGB (Red+Green+Blue) = 172+163+208=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACA3D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA3D0 is #535C2F. Grayscale: #AAAAAA. Windows color (decimal): -5463088 or 13673388. OLE color: 13673388.

HSL color Cylindrical-coordinate representation of color #ACA3D0: hue angle of 252º degrees, saturation: 0.32, 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 #ACA3D0 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172163208-
CMYK0.170.2200.18
HSL252º32.37%72.75%-
HSV(B)252º21.63%81.57%-
XYZ41.539.5265.12-
YUV170.82148.98128.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 163 (64.06% from 255) = 30.02%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=31.68%
G=30.02%
B=38.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721632080.170.2200.1825232.3772.75
HexACA3D01116012fc2049
Octal254243320212602237440111
Binary1010110010100011110100001000110110010010111111001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3D0; }

 p { color: rgb(172,163,208); }

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

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

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

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

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

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

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