#ACA5D4

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

Shades of Wistful #ACA5D4

Tints of Wistful #ACA5D4

Color information

#ACA5D4 (or 0xACA5D4) is unknown color: approx Wistful. HEX triplet: AC, A5 and D4. RGB value is (172,165,212). Sum of RGB (Red+Green+Blue) = 172+165+212=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 212 - color contains mainly: blue. Hex color #ACA5D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5D4 is #535A2B. Grayscale: #ACACAC. Windows color (decimal): -5462572 or 13936044. OLE color: 13936044.

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

Color convert

RGB172165212-
CMYK0.190.2200.17
HSL248.94º35.34%73.92%-
HSV(B)248.94º22.17%83.14%-
XYZ42.3540.4367.86-
YUV172.45150.32127.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 165 (64.84% from 255) = 30.05%
BLUE value IS 212 (83.20% from 255) = 38.62%
R=31.33%
G=30.05%
B=38.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721652120.190.2200.17248.9435.3473.92
HexACA5D41316011f9234a
Octal254245324232602137143112
Binary1010110010100101110101001001110110010001111110011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5D4; }

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

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

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

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

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

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

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

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