Html Css Color HEX #A84ED8 Medium Orchid

📋 copy color: '#A84ED8'

red 168 ◦ green 78 ◦ blue 216

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

Shades of Medium Orchid #A84ED8

Tints of Medium Orchid #A84ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.75%

R = 36.36%
G = 16.88%
B = 46.75%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A84ED8 (or 0xA84ED8) is known color: Medium Orchid. HEX triplet: A8, 4E and D8. RGB value is (168,78,216). Sum of RGB (Red+Green+Blue) = 168+78+216=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #A84ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84ED8 is #57B127. Grayscale: #787878. Windows color (decimal): -5746984 or 14175912. OLE color: 14175912.

HSL color Cylindrical-coordinate representation of color #A84ED8: hue angle of 279.13º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A84ED8 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 78 216 -
CMYK 0.22 0.64 0 0.15
HSL 279.13º 0.64% 0.58% -
HSV(B) 279.13º 0.64% 0.85% -
XYZ 31.27 18.73 66.93 -
YUV 120.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 168 78 216 0.22 0.64 0 0.15 279.13 0.64 0.58
Hex A8 4E D8 16 40 0 F 117 40 3A
Octal 250 116 330 26 100 0 17 427 100 72
Binary 10101000 1001110 11011000 10110 1000000 0 1111 100010111 1000000 111010

Color Harmonies of #A84ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84ED8

Black with #A84ED8

Text Example


Text Example

White with #A84ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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