Html Css Color HEX #A84EEB Medium Orchid

📋 copy color: '#A84EEB'

red 168 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #A84EEB

Tints of Medium Orchid #A84EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 34.93%
G = 16.22%
B = 48.86%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A84EEB (or 0xA84EEB) is known color: Medium Orchid. HEX triplet: A8, 4E and EB. RGB value is (168,78,235). Sum of RGB (Red+Green+Blue) = 168+78+235=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #A84EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84EEB is #57B114. Grayscale: #7A7A7A. Windows color (decimal): -5746965 or 15421096. OLE color: 15421096.

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

Color convert

RGB 168 78 235 -
CMYK 0.29 0.67 0 0.08
HSL 274.39º 0.8% 0.61% -
HSV(B) 274.39º 0.67% 0.92% -
XYZ 33.87 19.77 80.63 -
YUV 122.81 191.32 160.23 -
System Red Green Blue C M Y K H S L
Decimal 168 78 235 0.29 0.67 0 0.08 274.39 0.8 0.61
Hex A8 4E EB 1D 43 0 8 112 50 3D
Octal 250 116 353 35 103 0 10 422 120 75
Binary 10101000 1001110 11101011 11101 1000011 0 1000 100010010 1010000 111101

Color Harmonies of #A84EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84EEB

Black with #A84EEB

Text Example


Text Example

White with #A84EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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