Html Css Color HEX #A854EC Medium Orchid

📋 copy color: '#A854EC'

red 168 ◦ green 84 ◦ blue 236

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

Shades of Medium Orchid #A854EC

Tints of Medium Orchid #A854EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.36%

R = 34.43%
G = 17.21%
B = 48.36%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A854EC (or 0xA854EC) is known color: Medium Orchid. HEX triplet: A8, 54 and EC. RGB value is (168,84,236). Sum of RGB (Red+Green+Blue) = 168+84+236=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #A854EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A854EC is #57AB13. Grayscale: #7D7D7D. Windows color (decimal): -5745428 or 15488168. OLE color: 15488168.

HSL color Cylindrical-coordinate representation of color #A854EC: hue angle of 273.16º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A854EC is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 84 236 -
CMYK 0.29 0.64 0 0.07
HSL 273.16º 0.8% 0.63% -
HSV(B) 273.16º 0.64% 0.93% -
XYZ 34.46 20.72 81.54 -
YUV 126.44 189.83 157.64 -
System Red Green Blue C M Y K H S L
Decimal 168 84 236 0.29 0.64 0 0.07 273.16 0.8 0.63
Hex A8 54 EC 1D 40 0 7 111 50 3F
Octal 250 124 354 35 100 0 7 421 120 77
Binary 10101000 1010100 11101100 11101 1000000 0 111 100010001 1010000 111111

Color Harmonies of #A854EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A854EC

Black with #A854EC

Text Example


Text Example

White with #A854EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A854EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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