#A847D5

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

Shades of Medium Orchid #A847D5

Tints of Medium Orchid #A847D5

Color information

#A847D5 (or 0xA847D5) is unknown color: approx Medium Orchid. HEX triplet: A8, 47 and D5. RGB value is (168,71,213). Sum of RGB (Red+Green+Blue) = 168+71+213=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #A847D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A847D5 is #57B82A. Grayscale: #737373. Windows color (decimal): -5748779 or 13977512. OLE color: 13977512.

HSL color Cylindrical-coordinate representation of color #A847D5: hue angle of 280.99º 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 #A847D5 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16871213-
CMYK0.210.6700.16
HSL280.99º62.83%55.69%-
HSV(B)280.99º66.67%83.53%-
XYZ30.4117.6464.75-
YUV116.19182.64164.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 71 (28.12% from 255) = 15.71%
BLUE value IS 213 (83.59% from 255) = 47.12%
R=37.17%
G=15.71%
B=47.12%

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
Decimal168712130.210.6700.16280.9962.8355.69
HexA847D515430101193f38
Octal250107325251030204317770
Binary10101000100011111010101101011000011010000100011001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A847D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A847D5; }

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

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

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

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

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

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

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

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