Html Css Color HEX #A649D9 Medium Orchid

📋 copy color: '#A649D9'

red 166 ◦ green 73 ◦ blue 217

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

Shades of Medium Orchid #A649D9

Tints of Medium Orchid #A649D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.59%

R = 36.4%
G = 16.01%
B = 47.59%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A649D9 (or 0xA649D9) is known color: Medium Orchid. HEX triplet: A6, 49 and D9. RGB value is (166,73,217). Sum of RGB (Red+Green+Blue) = 166+73+217=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #A649D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649D9 is #59B626. Grayscale: #747474. Windows color (decimal): -5879335 or 14240166. OLE color: 14240166.

HSL color Cylindrical-coordinate representation of color #A649D9: hue angle of 278.75º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A649D9 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 73 217 -
CMYK 0.24 0.66 0 0.15
HSL 278.75º 0.65% 0.57% -
HSV(B) 278.75º 0.66% 0.85% -
XYZ 30.63 17.88 67.48 -
YUV 117.22 184.31 162.79 -
System Red Green Blue C M Y K H S L
Decimal 166 73 217 0.24 0.66 0 0.15 278.75 0.65 0.57
Hex A6 49 D9 18 42 0 F 117 41 39
Octal 246 111 331 30 102 0 17 427 101 71
Binary 10100110 1001001 11011001 11000 1000010 0 1111 100010111 1000001 111001

Color Harmonies of #A649D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A649D9

Black with #A649D9

Text Example


Text Example

White with #A649D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A649D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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