Html Css Color HEX #A854EF Medium Orchid

📋 copy color: '#A854EF'

red 168 ◦ green 84 ◦ blue 239

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

Shades of Medium Orchid #A854EF

Tints of Medium Orchid #A854EF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.11%

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 34.22%
G = 17.11%
B = 48.68%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A854EF (or 0xA854EF) is known color: Medium Orchid. HEX triplet: A8, 54 and EF. RGB value is (168,84,239). Sum of RGB (Red+Green+Blue) = 168+84+239=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #A854EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A854EF is #57AB10. Grayscale: #7E7E7E. Windows color (decimal): -5745425 or 15684776. OLE color: 15684776.

HSL color Cylindrical-coordinate representation of color #A854EF: hue angle of 272.52º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A854EF is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 84 239 -
CMYK 0.30 0.65 0 0.06
HSL 272.52º 0.83% 0.63% -
HSV(B) 272.52º 0.65% 0.94% -
XYZ 34.9 20.9 83.86 -
YUV 126.79 191.33 157.4 -
System Red Green Blue C M Y K H S L
Decimal 168 84 239 0.30 0.65 0 0.06 272.52 0.83 0.63
Hex A8 54 EF 1E 41 0 6 111 53 3F
Octal 250 124 357 36 101 0 6 421 123 77
Binary 10101000 1010100 11101111 11110 1000001 0 110 100010001 1010011 111111

Color Harmonies of #A854EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A854EF

Black with #A854EF

Text Example


Text Example

White with #A854EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A854EF; }

 p { color: rgb(168,84,239); }

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

background-color css

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

 a { background-color: rgb(168,84,239); }

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

border-color css

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

 span { border-color: rgb(168,84,239); }

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