Html Css Color HEX #A84ECE Medium Orchid

📋 copy color: '#A84ECE'

red 168 ◦ green 78 ◦ blue 206

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

Shades of Medium Orchid #A84ECE

Tints of Medium Orchid #A84ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.26%

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

R = 37.17%
G = 17.26%
B = 45.58%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A84ECE (or 0xA84ECE) is known color: Medium Orchid. HEX triplet: A8, 4E and CE. RGB value is (168,78,206). Sum of RGB (Red+Green+Blue) = 168+78+206=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #A84ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84ECE is #57B131. Grayscale: #777777. Windows color (decimal): -5746994 or 13520552. OLE color: 13520552.

HSL color Cylindrical-coordinate representation of color #A84ECE: hue angle of 282.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84ECE is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 78 206 -
CMYK 0.18 0.62 0 0.19
HSL 282.19º 0.57% 0.56% -
HSV(B) 282.19º 0.62% 0.81% -
XYZ 30.01 18.23 60.33 -
YUV 119.5 176.82 162.59 -
System Red Green Blue C M Y K H S L
Decimal 168 78 206 0.18 0.62 0 0.19 282.19 0.57 0.56
Hex A8 4E CE 12 3E 0 13 11A 39 38
Octal 250 116 316 22 76 0 23 432 71 70
Binary 10101000 1001110 11001110 10010 111110 0 10011 100011010 111001 111000

Color Harmonies of #A84ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84ECE

Black with #A84ECE

Text Example


Text Example

White with #A84ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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