#A947D5

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

Shades of Medium Orchid #A947D5

Tints of Medium Orchid #A947D5

Color information

#A947D5 (or 0xA947D5) is unknown color: approx Medium Orchid. HEX triplet: A9, 47 and D5. RGB value is (169,71,213). Sum of RGB (Red+Green+Blue) = 169+71+213=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #A947D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A947D5 is #56B82A. Grayscale: #747474. Windows color (decimal): -5683243 or 13977513. OLE color: 13977513.

HSL color Cylindrical-coordinate representation of color #A947D5: hue angle of 281.41º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A947D5 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16971213-
CMYK0.210.6700.16
HSL281.41º62.83%55.69%-
HSV(B)281.41º66.67%83.53%-
XYZ30.6317.7564.76-
YUV116.49182.47165.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 71 (28.12% from 255) = 15.67%
BLUE value IS 213 (83.59% from 255) = 47.02%
R=37.31%
G=15.67%
B=47.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169712130.210.6700.16281.4162.8355.69
HexA947D515430101193f38
Octal251107325251030204317770
Binary10101001100011111010101101011000011010000100011001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A947D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A947D5; }

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

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

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

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

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

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

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

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