#ACA3E3

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

Shades of Wistful #ACA3E3

Tints of Wistful #ACA3E3

Color information

#ACA3E3 (or 0xACA3E3) is unknown color: approx Wistful. HEX triplet: AC, A3 and E3. RGB value is (172,163,227). Sum of RGB (Red+Green+Blue) = 172+163+227=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 227 (89.06% from 255 or 40.39% from 562); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACA3E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA3E3 is #535C1C. Grayscale: #ACACAC. Windows color (decimal): -5463069 or 14918572. OLE color: 14918572.

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

Color convert

RGB172163227-
CMYK0.240.2800.11
HSL248.44º53.33%76.47%-
HSV(B)248.44º28.19%89.02%-
XYZ43.9840.5178.17-
YUV172.99158.48127.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 163 (64.06% from 255) = 29.00%
BLUE value IS 227 (89.06% from 255) = 40.39%
R=30.60%
G=29.00%
B=40.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721632270.240.2800.11248.4453.3376.47
HexACA3E3181C0Bf8354c
Octal254243343303401337065114
Binary101011001010001111100011110001110001011111110001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3E3; }

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

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

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

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

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

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

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

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