#ACA3D7

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

Shades of Wistful #ACA3D7

Tints of Wistful #ACA3D7

Color information

#ACA3D7 (or 0xACA3D7) is unknown color: approx Wistful. HEX triplet: AC, A3 and D7. RGB value is (172,163,215). Sum of RGB (Red+Green+Blue) = 172+163+215=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACA3D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA3D7 is #535C28. Grayscale: #ABABAB. Windows color (decimal): -5463081 or 14132140. OLE color: 14132140.

HSL color Cylindrical-coordinate representation of color #ACA3D7: hue angle of 250.38º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACA3D7 is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172163215-
CMYK0.20.2400.16
HSL250.38º39.39%74.12%-
HSV(B)250.38º24.19%84.31%-
XYZ42.3839.8769.75-
YUV171.62152.48128.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 163 (64.06% from 255) = 29.64%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=31.27%
G=29.64%
B=39.09%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721632150.20.2400.16250.3839.3974.12
HexACA3D71418010fa274a
Octal254243327243002037247112
Binary1010110010100011110101111010011000010000111110101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3D7; }

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

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

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

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

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

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

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

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