Html Css Color HEX #A649DE Medium Orchid

📋 copy color: '#A649DE'

red 166 ◦ green 73 ◦ blue 222

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

Shades of Medium Orchid #A649DE

Tints of Medium Orchid #A649DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 36.01%
G = 15.84%
B = 48.16%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A649DE (or 0xA649DE) is known color: Medium Orchid. HEX triplet: A6, 49 and DE. RGB value is (166,73,222). Sum of RGB (Red+Green+Blue) = 166+73+222=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #A649DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649DE is #59B621. Grayscale: #757575. Windows color (decimal): -5879330 or 14567846. OLE color: 14567846.

HSL color Cylindrical-coordinate representation of color #A649DE: hue angle of 277.45º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A649DE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 73 222 -
CMYK 0.25 0.67 0 0.13
HSL 277.45º 0.69% 0.58% -
HSV(B) 277.45º 0.67% 0.87% -
XYZ 31.29 18.15 70.96 -
YUV 117.79 186.81 162.38 -
System Red Green Blue C M Y K H S L
Decimal 166 73 222 0.25 0.67 0 0.13 277.45 0.69 0.58
Hex A6 49 DE 19 43 0 D 115 45 3A
Octal 246 111 336 31 103 0 15 425 105 72
Binary 10100110 1001001 11011110 11001 1000011 0 1101 100010101 1000101 111010

Color Harmonies of #A649DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A649DE

Black with #A649DE

Text Example


Text Example

White with #A649DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A649DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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