#A39ACA

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

Shades of Wistful #A39ACA

Tints of Wistful #A39ACA

Color information

#A39ACA (or 0xA39ACA) is unknown color: approx Wistful. HEX triplet: A3, 9A and CA. RGB value is (163,154,202). Sum of RGB (Red+Green+Blue) = 163+154+202=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #A39ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ACA is #5C6535. Grayscale: #A1A1A1. Windows color (decimal): -6055222 or 13277859. OLE color: 13277859.

HSL color Cylindrical-coordinate representation of color #A39ACA: hue angle of 251.25º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A39ACA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163154202-
CMYK0.190.2400.21
HSL251.25º31.17%69.8%-
HSV(B)251.25º23.76%79.22%-
XYZ37.3235.1660.7-
YUV162.16150.48128.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.41%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=31.41%
G=29.67%
B=38.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631542020.190.2400.21251.2531.1769.8
HexA39ACA1318015fb1f46
Octal243232312233002537337106
Binary101000111001101011001010100111100001010111111011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39ACA; }

 p { color: rgb(163,154,202); }

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

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

 a { background-color: rgb(163,154,202); }

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

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

 span { border-color: rgb(163,154,202); }

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