#a847d6

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

Shades of Medium Orchid #A847D6

Tints of Medium Orchid #A847D6

Color information

#A847D6 (or 0xA847D6) is unknown color: approx Medium Orchid. HEX triplet: A8, 47 and D6. RGB value is (168,71,214). Sum of RGB (Red+Green+Blue) = 168+71+214=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #A847D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A847D6 is #57B829. Grayscale: #737373. Windows color (decimal): -5748778 or 14043048. OLE color: 14043048.

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

Color convert

RGB16871214-
CMYK0.210.6700.16
HSL280.7º63.56%55.88%-
HSV(B)280.7º66.82%83.92%-
XYZ30.5417.6965.42-
YUV116.3183.14164.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 71 (28.12% from 255) = 15.67%
BLUE value IS 214 (83.98% from 255) = 47.24%
R=37.09%
G=15.67%
B=47.24%

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
Decimal168712140.210.6700.16280.763.5655.88
HexA847D615430101194038
Octal2501073262510302043110070
Binary101010001000111110101101010110000110100001000110011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a847d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a847d6; }

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

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

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

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

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

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

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

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