Html Css Color HEX #A649EE Medium Orchid

📋 copy color: '#A649EE'

red 166 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #A649EE

Tints of Medium Orchid #A649EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 34.8%
G = 15.3%
B = 49.9%

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

#A649EE (or 0xA649EE) is known color: Medium Orchid. HEX triplet: A6, 49 and EE. RGB value is (166,73,238). Sum of RGB (Red+Green+Blue) = 166+73+238=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #A649EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A649EE is #59B611. Grayscale: #777777. Windows color (decimal): -5879314 or 15616422. OLE color: 15616422.

HSL color Cylindrical-coordinate representation of color #A649EE: hue angle of 273.82º degrees, saturation: 0.83, 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 #A649EE is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 73 238 -
CMYK 0.30 0.69 0 0.07
HSL 273.82º 0.83% 0.61% -
HSV(B) 273.82º 0.69% 0.93% -
XYZ 33.54 19.05 82.8 -
YUV 119.62 194.81 161.08 -
System Red Green Blue C M Y K H S L
Decimal 166 73 238 0.30 0.69 0 0.07 273.82 0.83 0.61
Hex A6 49 EE 1E 45 0 7 112 53 3D
Octal 246 111 356 36 105 0 7 422 123 75
Binary 10100110 1001001 11101110 11110 1000101 0 111 100010010 1010011 111101

Color Harmonies of #A649EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A649EE

Black with #A649EE

Text Example


Text Example

White with #A649EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A649EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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