Html Css Color HEX #A94DD1 Medium Orchid

📋 copy color: '#A94DD1'

red 169 ◦ green 77 ◦ blue 209

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

Shades of Medium Orchid #A94DD1

Tints of Medium Orchid #A94DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.93%

R = 37.14%
G = 16.92%
B = 45.93%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A94DD1 (or 0xA94DD1) is known color: Medium Orchid. HEX triplet: A9, 4D and D1. RGB value is (169,77,209). Sum of RGB (Red+Green+Blue) = 169+77+209=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #A94DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DD1 is #56B22E. Grayscale: #777777. Windows color (decimal): -5681711 or 13716905. OLE color: 13716905.

HSL color Cylindrical-coordinate representation of color #A94DD1: hue angle of 281.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A94DD1 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 77 209 -
CMYK 0.19 0.63 0 0.18
HSL 281.82º 0.59% 0.56% -
HSV(B) 281.82º 0.63% 0.82% -
XYZ 30.52 18.35 62.25 -
YUV 119.56 178.48 163.27 -
System Red Green Blue C M Y K H S L
Decimal 169 77 209 0.19 0.63 0 0.18 281.82 0.59 0.56
Hex A9 4D D1 13 3F 0 12 11A 3B 38
Octal 251 115 321 23 77 0 22 432 73 70
Binary 10101001 1001101 11010001 10011 111111 0 10010 100011010 111011 111000

Color Harmonies of #A94DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94DD1

Black with #A94DD1

Text Example


Text Example

White with #A94DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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