Html Css Color HEX #A94DDB Medium Orchid

📋 copy color: '#A94DDB'

red 169 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #A94DDB

Tints of Medium Orchid #A94DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 36.34%
G = 16.56%
B = 47.1%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A94DDB (or 0xA94DDB) is known color: Medium Orchid. HEX triplet: A9, 4D and DB. RGB value is (169,77,219). Sum of RGB (Red+Green+Blue) = 169+77+219=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #A94DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DDB is #56B224. Grayscale: #787878. Windows color (decimal): -5681701 or 14372265. OLE color: 14372265.

HSL color Cylindrical-coordinate representation of color #A94DDB: hue angle of 278.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94DDB is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 77 219 -
CMYK 0.23 0.65 0 0.14
HSL 278.87º 0.66% 0.58% -
HSV(B) 278.87º 0.65% 0.86% -
XYZ 31.8 18.86 68.98 -
YUV 120.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 169 77 219 0.23 0.65 0 0.14 278.87 0.66 0.58
Hex A9 4D DB 17 41 0 E 117 42 3A
Octal 251 115 333 27 101 0 16 427 102 72
Binary 10101001 1001101 11011011 10111 1000001 0 1110 100010111 1000010 111010

Color Harmonies of #A94DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94DDB

Black with #A94DDB

Text Example


Text Example

White with #A94DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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