#A947D1

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

Shades of Medium Orchid #A947D1

Tints of Medium Orchid #A947D1

Color information

#A947D1 (or 0xA947D1) is unknown color: approx Medium Orchid. HEX triplet: A9, 47 and D1. RGB value is (169,71,209). Sum of RGB (Red+Green+Blue) = 169+71+209=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #A947D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A947D1 is #56B82E. Grayscale: #737373. Windows color (decimal): -5683247 or 13715369. OLE color: 13715369.

HSL color Cylindrical-coordinate representation of color #A947D1: hue angle of 282.61º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A947D1 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16971209-
CMYK0.190.6600.18
HSL282.61º60%54.9%-
HSV(B)282.61º66.03%81.96%-
XYZ30.1217.5462.12-
YUV116.03180.47165.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 71 (28.12% from 255) = 15.81%
BLUE value IS 209 (82.03% from 255) = 46.55%
R=37.64%
G=15.81%
B=46.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169712090.190.6600.18282.616054.9
HexA947D1134201211b3c37
Octal251107321231020224337467
Binary10101001100011111010001100111000010010010100011011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A947D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A947D1; }

 p { color: rgb(169,71,209); }

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

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

 a { background-color: rgb(169,71,209); }

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

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

 span { border-color: rgb(169,71,209); }

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