#A39ACD

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

Shades of Wistful #A39ACD

Tints of Wistful #A39ACD

Color information

#A39ACD (or 0xA39ACD) is unknown color: approx Wistful. HEX triplet: A3, 9A and CD. RGB value is (163,154,205). Sum of RGB (Red+Green+Blue) = 163+154+205=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #A39ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ACD is #5C6532. Grayscale: #A2A2A2. Windows color (decimal): -6055219 or 13474467. OLE color: 13474467.

HSL color Cylindrical-coordinate representation of color #A39ACD: hue angle of 250.59º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A39ACD is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163154205-
CMYK0.200.2500.20
HSL250.59º33.77%70.39%-
HSV(B)250.59º24.88%80.39%-
XYZ37.6835.3162.59-
YUV162.5151.98128.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=31.23%
G=29.50%
B=39.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631542050.200.2500.20250.5933.7770.39
HexA39ACD1419014fb2246
Octal243232315243102437342106
Binary1010001110011010110011011010011001010100111110111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39ACD; }

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

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

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

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

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

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

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

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