#A846CF

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

Shades of Medium Orchid #A846CF

Tints of Medium Orchid #A846CF

Color information

#A846CF (or 0xA846CF) is unknown color: approx Medium Orchid. HEX triplet: A8, 46 and CF. RGB value is (168,70,207). Sum of RGB (Red+Green+Blue) = 168+70+207=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #A846CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846CF is #57B930. Grayscale: #727272. Windows color (decimal): -5749041 or 13584040. OLE color: 13584040.

HSL color Cylindrical-coordinate representation of color #A846CF: hue angle of 282.92º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A846CF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16870207-
CMYK0.190.6600.19
HSL282.92º58.8%54.31%-
HSV(B)282.92º66.18%81.18%-
XYZ29.617.2160.79-
YUV114.92179.97165.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 70 (27.73% from 255) = 15.73%
BLUE value IS 207 (81.25% from 255) = 46.52%
R=37.75%
G=15.73%
B=46.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168702070.190.6600.19282.9258.854.31
HexA846CF134201311b3b36
Octal250106317231020234337366
Binary10101000100011011001111100111000010010011100011011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A846CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A846CF; }

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

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

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

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

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

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

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

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