#ACA7DE

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

Shades of Wistful #ACA7DE

Tints of Wistful #ACA7DE

Color information

#ACA7DE (or 0xACA7DE) is unknown color: approx Wistful. HEX triplet: AC, A7 and DE. RGB value is (172,167,222). Sum of RGB (Red+Green+Blue) = 172+167+222=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACA7DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7DE is #535821. Grayscale: #AEAEAE. Windows color (decimal): -5462050 or 14591916. OLE color: 14591916.

HSL color Cylindrical-coordinate representation of color #ACA7DE: hue angle of 245.45º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACA7DE is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172167222-
CMYK0.230.2500.13
HSL245.45º45.45%76.27%-
HSV(B)245.45º24.77%87.06%-
XYZ44.0241.6874.83-
YUV174.76154.66126.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 167 (65.62% from 255) = 29.77%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=30.66%
G=29.77%
B=39.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721672220.230.2500.13245.4545.4576.27
HexACA7DE17190Df52d4c
Octal254247336273101536555114
Binary101011001010011111011110101111100101101111101011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7DE; }

 p { color: rgb(172,167,222); }

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

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

 a { background-color: rgb(172,167,222); }

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

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

 span { border-color: rgb(172,167,222); }

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