#ACA3D4

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

Shades of Wistful #ACA3D4

Tints of Wistful #ACA3D4

Color information

#ACA3D4 (or 0xACA3D4) is unknown color: approx Wistful. HEX triplet: AC, A3 and D4. RGB value is (172,163,212). Sum of RGB (Red+Green+Blue) = 172+163+212=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #ACA3D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA3D4 is #535C2B. Grayscale: #ABABAB. Windows color (decimal): -5463084 or 13935532. OLE color: 13935532.

HSL color Cylindrical-coordinate representation of color #ACA3D4: hue angle of 251.02º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACA3D4 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB172163212-
CMYK0.190.2300.17
HSL251.02º36.3%73.53%-
HSV(B)251.02º23.11%83.14%-
XYZ41.9939.7267.74-
YUV171.28150.98128.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=31.44%
G=29.80%
B=38.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721632120.190.2300.17251.0236.373.53
HexACA3D41317011fb244a
Octal254243324232702137344112
Binary1010110010100011110101001001110111010001111110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3D4; }

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

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

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

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

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

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

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

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