Html Css Color HEX #A84DEC Medium Orchid

📋 copy color: '#A84DEC'

red 168 ◦ green 77 ◦ blue 236

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

Shades of Medium Orchid #A84DEC

Tints of Medium Orchid #A84DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.01%

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 34.93%
G = 16.01%
B = 49.06%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A84DEC (or 0xA84DEC) is known color: Medium Orchid. HEX triplet: A8, 4D and EC. RGB value is (168,77,236). Sum of RGB (Red+Green+Blue) = 168+77+236=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #A84DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DEC is #57B213. Grayscale: #797979. Windows color (decimal): -5747220 or 15486376. OLE color: 15486376.

HSL color Cylindrical-coordinate representation of color #A84DEC: hue angle of 274.34º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A84DEC is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 77 236 -
CMYK 0.29 0.67 0 0.07
HSL 274.34º 0.81% 0.61% -
HSV(B) 274.34º 0.67% 0.93% -
XYZ 33.94 19.69 81.37 -
YUV 122.34 192.15 160.57 -
System Red Green Blue C M Y K H S L
Decimal 168 77 236 0.29 0.67 0 0.07 274.34 0.81 0.61
Hex A8 4D EC 1D 43 0 7 112 51 3D
Octal 250 115 354 35 103 0 7 422 121 75
Binary 10101000 1001101 11101100 11101 1000011 0 111 100010010 1010001 111101

Color Harmonies of #A84DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DEC

Black with #A84DEC

Text Example


Text Example

White with #A84DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DEC; }

 p { color: rgb(168,77,236); }

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

background-color css

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

 a { background-color: rgb(168,77,236); }

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

border-color css

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

 span { border-color: rgb(168,77,236); }

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