Html Css Color HEX #A84EFE Medium Orchid

📋 copy color: '#A84EFE'

red 168 ◦ green 78 ◦ blue 254

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

Shades of Medium Orchid #A84EFE

Tints of Medium Orchid #A84EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 33.6%
G = 15.6%
B = 50.8%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A84EFE (or 0xA84EFE) is known color: Medium Orchid. HEX triplet: A8, 4E and FE. RGB value is (168,78,254). Sum of RGB (Red+Green+Blue) = 168+78+254=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #A84EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84EFE is #57B101. Grayscale: #7C7C7C. Windows color (decimal): -5746946 or 16666280. OLE color: 16666280.

HSL color Cylindrical-coordinate representation of color #A84EFE: hue angle of 270.68º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84EFE is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 78 254 -
CMYK 0.34 0.69 0 0.00
HSL 270.68º 0.99% 0.65% -
HSV(B) 270.68º 0.69% 1% -
XYZ 36.76 20.93 95.87 -
YUV 124.97 200.82 158.69 -
System Red Green Blue C M Y K H S L
Decimal 168 78 254 0.34 0.69 0 0.00 270.68 0.99 0.65
Hex A8 4E FE 22 45 0 0 10F 63 41
Octal 250 116 376 42 105 0 0 417 143 101
Binary 10101000 1001110 11111110 100010 1000101 0 0 100001111 1100011 1000001

Color Harmonies of #A84EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84EFE

Black with #A84EFE

Text Example


Text Example

White with #A84EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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