Html Css Color HEX #A649EC Medium Orchid

📋 copy color: '#A649EC'

red 166 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #A649EC

Tints of Medium Orchid #A649EC

RGB

 RED value IS 166 (65.23% from 255) = 34.95%

 GREEN value IS 73 (28.91% from 255) = 15.37%

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

R = 34.95%
G = 15.37%
B = 49.68%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A649EC (or 0xA649EC) is known color: Medium Orchid. HEX triplet: A6, 49 and EC. RGB value is (166,73,236). Sum of RGB (Red+Green+Blue) = 166+73+236=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #A649EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A649EC is #59B613. Grayscale: #767676. Windows color (decimal): -5879316 or 15485350. OLE color: 15485350.

HSL color Cylindrical-coordinate representation of color #A649EC: hue angle of 274.23º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A649EC is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 73 236 -
CMYK 0.30 0.69 0 0.07
HSL 274.23º 0.81% 0.61% -
HSV(B) 274.23º 0.69% 0.93% -
XYZ 33.25 18.93 81.26 -
YUV 119.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 166 73 236 0.30 0.69 0 0.07 274.23 0.81 0.61
Hex A6 49 EC 1E 45 0 7 112 51 3D
Octal 246 111 354 36 105 0 7 422 121 75
Binary 10100110 1001001 11101100 11110 1000101 0 111 100010010 1010001 111101

Color Harmonies of #A649EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A649EC

Black with #A649EC

Text Example


Text Example

White with #A649EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A649EC; }

 p { color: rgb(166,73,236); }

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

background-color css

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

 a { background-color: rgb(166,73,236); }

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

border-color css

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

 span { border-color: rgb(166,73,236); }

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