Html Css Color HEX #A84EE0 Medium Orchid

📋 copy color: '#A84EE0'

red 168 ◦ green 78 ◦ blue 224

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

Shades of Medium Orchid #A84EE0

Tints of Medium Orchid #A84EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.66%

R = 35.74%
G = 16.6%
B = 47.66%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A84EE0 (or 0xA84EE0) is known color: Medium Orchid. HEX triplet: A8, 4E and E0. RGB value is (168,78,224). Sum of RGB (Red+Green+Blue) = 168+78+224=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #A84EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84EE0 is #57B11F. Grayscale: #797979. Windows color (decimal): -5746976 or 14700200. OLE color: 14700200.

HSL color Cylindrical-coordinate representation of color #A84EE0: hue angle of 276.99º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A84EE0 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 78 224 -
CMYK 0.25 0.65 0 0.12
HSL 276.99º 0.7% 0.59% -
HSV(B) 276.99º 0.65% 0.88% -
XYZ 32.33 19.16 72.51 -
YUV 121.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 168 78 224 0.25 0.65 0 0.12 276.99 0.7 0.59
Hex A8 4E E0 19 41 0 C 115 46 3B
Octal 250 116 340 31 101 0 14 425 106 73
Binary 10101000 1001110 11100000 11001 1000001 0 1100 100010101 1000110 111011

Color Harmonies of #A84EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84EE0

Black with #A84EE0

Text Example


Text Example

White with #A84EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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