Html Css Color HEX #A846CF Medium Orchid

📋 copy color: '#A846CF'

red 168 ◦ green 70 ◦ blue 207

#A846CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #A846CF

Tints of Medium Orchid #A846CF

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 value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A846CF (or 0xA846CF) is known color: 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

RGB 168 70 207 -
CMYK 0.19 0.66 0 0.19
HSL 282.92º 0.59% 0.54% -
HSV(B) 282.92º 0.66% 0.81% -
XYZ 29.6 17.21 60.79 -
YUV 114.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 168 70 207 0.19 0.66 0 0.19 282.92 0.59 0.54
Hex A8 46 CF 13 42 0 13 11B 3B 36
Octal 250 106 317 23 102 0 23 433 73 66
Binary 10101000 1000110 11001111 10011 1000010 0 10011 100011011 111011 110110

Color Harmonies of #A846CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A846CF

Black with #A846CF

Text Example


Text Example

White with #A846CF

Text Example


Text Example

HTML Codes & Css Web 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>