#A39DD7

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

Shades of Wistful #A39DD7

Tints of Wistful #A39DD7

Color information

#A39DD7 (or 0xA39DD7) is unknown color: approx Wistful. HEX triplet: A3, 9D and D7. RGB value is (163,157,215). Sum of RGB (Red+Green+Blue) = 163+157+215=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #A39DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39DD7 is #5C6228. Grayscale: #A5A5A5. Windows color (decimal): -6054441 or 14130595. OLE color: 14130595.

HSL color Cylindrical-coordinate representation of color #A39DD7: hue angle of 246.21º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A39DD7 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163157215-
CMYK0.240.2700.16
HSL246.21º42.03%72.94%-
HSV(B)246.21º26.98%84.31%-
XYZ39.4336.8169.32-
YUV165.41155.99126.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.47%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 215 (84.38% from 255) = 40.19%
R=30.47%
G=29.35%
B=40.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631572150.240.2700.16246.2142.0372.94
HexA39DD7181B010f62a49
Octal243235327303302036652111
Binary1010001110011101110101111100011011010000111101101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39DD7; }

 p { color: rgb(163,157,215); }

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

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

 a { background-color: rgb(163,157,215); }

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

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

 span { border-color: rgb(163,157,215); }

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