Html Css Color HEX #A84EDE Medium Orchid

📋 copy color: '#A84EDE'

red 168 ◦ green 78 ◦ blue 222

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

Shades of Medium Orchid #A84EDE

Tints of Medium Orchid #A84EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 35.9%
G = 16.67%
B = 47.44%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A84EDE (or 0xA84EDE) is known color: Medium Orchid. HEX triplet: A8, 4E and DE. RGB value is (168,78,222). Sum of RGB (Red+Green+Blue) = 168+78+222=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #A84EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84EDE is #57B121. Grayscale: #787878. Windows color (decimal): -5746978 or 14569128. OLE color: 14569128.

HSL color Cylindrical-coordinate representation of color #A84EDE: hue angle of 277.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A84EDE is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 78 222 -
CMYK 0.24 0.65 0 0.13
HSL 277.5º 0.69% 0.59% -
HSV(B) 277.5º 0.65% 0.87% -
XYZ 32.06 19.05 71.09 -
YUV 121.33 184.82 161.29 -
System Red Green Blue C M Y K H S L
Decimal 168 78 222 0.24 0.65 0 0.13 277.5 0.69 0.59
Hex A8 4E DE 18 41 0 D 116 45 3B
Octal 250 116 336 30 101 0 15 426 105 73
Binary 10101000 1001110 11011110 11000 1000001 0 1101 100010110 1000101 111011

Color Harmonies of #A84EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84EDE

Black with #A84EDE

Text Example


Text Example

White with #A84EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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