#A39AD0

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

Shades of Wistful #A39AD0

Tints of Wistful #A39AD0

Color information

#A39AD0 (or 0xA39AD0) is unknown color: approx Wistful. HEX triplet: A3, 9A and D0. RGB value is (163,154,208). Sum of RGB (Red+Green+Blue) = 163+154+208=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #A39AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39AD0 is #5C652F. Grayscale: #A2A2A2. Windows color (decimal): -6055216 or 13671075. OLE color: 13671075.

HSL color Cylindrical-coordinate representation of color #A39AD0: hue angle of 250º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A39AD0 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163154208-
CMYK0.220.2600.18
HSL250º36.49%70.98%-
HSV(B)250º25.96%81.57%-
XYZ38.0535.4564.51-
YUV162.85153.48128.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 208 (81.64% from 255) = 39.62%
R=31.05%
G=29.33%
B=39.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631542080.220.2600.1825036.4970.98
HexA39AD0161A012fa2447
Octal243232320263202237244107
Binary1010001110011010110100001011011010010010111110101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39AD0; }

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

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

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

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

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

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

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

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