Html Css Color HEX #A649EB Medium Orchid

📋 copy color: '#A649EB'

red 166 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #A649EB

Tints of Medium Orchid #A649EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 35.02%
G = 15.4%
B = 49.58%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A649EB (or 0xA649EB) is known color: Medium Orchid. HEX triplet: A6, 49 and EB. RGB value is (166,73,235). Sum of RGB (Red+Green+Blue) = 166+73+235=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #A649EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A649EB is #59B614. Grayscale: #767676. Windows color (decimal): -5879317 or 15419814. OLE color: 15419814.

HSL color Cylindrical-coordinate representation of color #A649EB: hue angle of 274.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A649EB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 73 235 -
CMYK 0.29 0.69 0 0.08
HSL 274.44º 0.8% 0.6% -
HSV(B) 274.44º 0.69% 0.92% -
XYZ 33.1 18.87 80.49 -
YUV 119.28 193.31 161.33 -
System Red Green Blue C M Y K H S L
Decimal 166 73 235 0.29 0.69 0 0.08 274.44 0.8 0.6
Hex A6 49 EB 1D 45 0 8 112 50 3C
Octal 246 111 353 35 105 0 10 422 120 74
Binary 10100110 1001001 11101011 11101 1000101 0 1000 100010010 1010000 111100

Color Harmonies of #A649EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A649EB

Black with #A649EB

Text Example


Text Example

White with #A649EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A649EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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