Html Css Color HEX #A94DD7 Medium Orchid

📋 copy color: '#A94DD7'

red 169 ◦ green 77 ◦ blue 215

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

Shades of Medium Orchid #A94DD7

Tints of Medium Orchid #A94DD7

RGB

 RED value IS 169 (66.41% from 255) = 36.66%

 GREEN value IS 77 (30.47% from 255) = 16.7%

 BLUE value IS 215 (84.38% from 255) = 46.64%

R = 36.66%
G = 16.7%
B = 46.64%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A94DD7 (or 0xA94DD7) is known color: Medium Orchid. HEX triplet: A9, 4D and D7. RGB value is (169,77,215). Sum of RGB (Red+Green+Blue) = 169+77+215=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #A94DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DD7 is #56B228. Grayscale: #777777. Windows color (decimal): -5681705 or 14110121. OLE color: 14110121.

HSL color Cylindrical-coordinate representation of color #A94DD7: hue angle of 280º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A94DD7 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 77 215 -
CMYK 0.21 0.64 0 0.16
HSL 280º 0.63% 0.57% -
HSV(B) 280º 0.64% 0.84% -
XYZ 31.28 18.65 66.24 -
YUV 120.24 181.48 162.78 -
System Red Green Blue C M Y K H S L
Decimal 169 77 215 0.21 0.64 0 0.16 280 0.63 0.57
Hex A9 4D D7 15 40 0 10 118 3F 39
Octal 251 115 327 25 100 0 20 430 77 71
Binary 10101001 1001101 11010111 10101 1000000 0 10000 100011000 111111 111001

Color Harmonies of #A94DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94DD7

Black with #A94DD7

Text Example


Text Example

White with #A94DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94DD7; }

 p { color: rgb(169,77,215); }

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

background-color css

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

 a { background-color: rgb(169,77,215); }

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

border-color css

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

 span { border-color: rgb(169,77,215); }

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