Html Css Color HEX #A754EC Medium Orchid

📋 copy color: '#A754EC'

red 167 ◦ green 84 ◦ blue 236

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

Shades of Medium Orchid #A754EC

Tints of Medium Orchid #A754EC

RGB

 RED value IS 167 (65.63% from 255) = 34.29%

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

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

R = 34.29%
G = 17.25%
B = 48.46%

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

#A754EC (or 0xA754EC) is known color: Medium Orchid. HEX triplet: A7, 54 and EC. RGB value is (167,84,236). Sum of RGB (Red+Green+Blue) = 167+84+236=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #A754EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A754EC is #58AB13. Grayscale: #7D7D7D. Windows color (decimal): -5810964 or 15488167. OLE color: 15488167.

HSL color Cylindrical-coordinate representation of color #A754EC: hue angle of 272.76º 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 #A754EC is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 84 236 -
CMYK 0.29 0.64 0 0.07
HSL 272.76º 0.8% 0.63% -
HSV(B) 272.76º 0.64% 0.93% -
XYZ 34.25 20.61 81.53 -
YUV 126.15 190 157.14 -
System Red Green Blue C M Y K H S L
Decimal 167 84 236 0.29 0.64 0 0.07 272.76 0.8 0.63
Hex A7 54 EC 1D 40 0 7 111 50 3F
Octal 247 124 354 35 100 0 7 421 120 77
Binary 10100111 1010100 11101100 11101 1000000 0 111 100010001 1010000 111111

Color Harmonies of #A754EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A754EC

Black with #A754EC

Text Example


Text Example

White with #A754EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A754EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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