#ACA7E3

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

Shades of Wistful #ACA7E3

Tints of Wistful #ACA7E3

Color information

#ACA7E3 (or 0xACA7E3) is unknown color: approx Wistful. HEX triplet: AC, A7 and E3. RGB value is (172,167,227). Sum of RGB (Red+Green+Blue) = 172+167+227=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACA7E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA7E3 is #53581C. Grayscale: #AFAFAF. Windows color (decimal): -5462045 or 14919596. OLE color: 14919596.

HSL color Cylindrical-coordinate representation of color #ACA7E3: hue angle of 245º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACA7E3 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172167227-
CMYK0.240.2600.11
HSL245º51.72%77.25%-
HSV(B)245º26.43%89.02%-
XYZ44.741.9578.42-
YUV175.33157.16125.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 167 (65.62% from 255) = 29.51%
BLUE value IS 227 (89.06% from 255) = 40.11%
R=30.39%
G=29.51%
B=40.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721672270.240.2600.1124551.7277.25
HexACA7E3181A0Bf5344d
Octal254247343303201336564115
Binary101011001010011111100011110001101001011111101011101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA7E3; }

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

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

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

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

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

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

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

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