Html Css Color HEX #A846CE Medium Orchid

📋 copy color: '#A846CE'

red 168 ◦ green 70 ◦ blue 206

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

Shades of Medium Orchid #A846CE

Tints of Medium Orchid #A846CE

RGB

 RED value IS 168 (66.02% from 255) = 37.84%

 GREEN value IS 70 (27.73% from 255) = 15.77%

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 37.84%
G = 15.77%
B = 46.4%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A846CE (or 0xA846CE) is known color: Medium Orchid. HEX triplet: A8, 46 and CE. RGB value is (168,70,206). Sum of RGB (Red+Green+Blue) = 168+70+206=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #A846CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846CE is #57B931. Grayscale: #727272. Windows color (decimal): -5749042 or 13518504. OLE color: 13518504.

HSL color Cylindrical-coordinate representation of color #A846CE: hue angle of 283.24º degrees, saturation: 0.58, 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 #A846CE is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 70 206 -
CMYK 0.18 0.66 0 0.19
HSL 283.24º 0.58% 0.54% -
HSV(B) 283.24º 0.66% 0.81% -
XYZ 29.48 17.16 60.15 -
YUV 114.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 168 70 206 0.18 0.66 0 0.19 283.24 0.58 0.54
Hex A8 46 CE 12 42 0 13 11B 3A 36
Octal 250 106 316 22 102 0 23 433 72 66
Binary 10101000 1000110 11001110 10010 1000010 0 10011 100011011 111010 110110

Color Harmonies of #A846CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A846CE

Black with #A846CE

Text Example


Text Example

White with #A846CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A846CE; }

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

 H1.HeaderClassName
 {
   color: #A846CE;
 }
 .AnyTagClassName
 {
   color: #A846CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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