#A846D7

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

Shades of Medium Orchid #A846D7

Tints of Medium Orchid #A846D7

Color information

#A846D7 (or 0xA846D7) is unknown color: approx Medium Orchid. HEX triplet: A8, 46 and D7. RGB value is (168,70,215). Sum of RGB (Red+Green+Blue) = 168+70+215=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #A846D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846D7 is #57B928. Grayscale: #737373. Windows color (decimal): -5749033 or 14108328. OLE color: 14108328.

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

Color convert

RGB16870215-
CMYK0.220.6700.16
HSL280.55º64.44%55.88%-
HSV(B)280.55º67.44%84.31%-
XYZ30.617.6166.08-
YUV115.83183.97165.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 70 (27.73% from 255) = 15.45%
BLUE value IS 215 (84.38% from 255) = 47.46%
R=37.09%
G=15.45%
B=47.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168702150.220.6700.16280.5564.4455.88
HexA846D716430101194038
Octal2501063272610302043110070
Binary101010001000110110101111011010000110100001000110011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A846D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A846D7; }

 p { color: rgb(168,70,215); }

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

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

 a { background-color: rgb(168,70,215); }

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

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

 span { border-color: rgb(168,70,215); }

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