Html Css Color HEX #A94EDD Medium Orchid

📋 copy color: '#A94EDD'

red 169 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #A94EDD

Tints of Medium Orchid #A94EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.67%

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 36.11%
G = 16.67%
B = 47.22%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A94EDD (or 0xA94EDD) is known color: Medium Orchid. HEX triplet: A9, 4E and DD. RGB value is (169,78,221). Sum of RGB (Red+Green+Blue) = 169+78+221=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #A94EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94EDD is #56B122. Grayscale: #797979. Windows color (decimal): -5681443 or 14503593. OLE color: 14503593.

HSL color Cylindrical-coordinate representation of color #A94EDD: hue angle of 278.18º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94EDD is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 78 221 -
CMYK 0.24 0.65 0 0.13
HSL 278.18º 0.68% 0.59% -
HSV(B) 278.18º 0.65% 0.87% -
XYZ 32.14 19.1 70.4 -
YUV 121.51 184.15 161.87 -
System Red Green Blue C M Y K H S L
Decimal 169 78 221 0.24 0.65 0 0.13 278.18 0.68 0.59
Hex A9 4E DD 18 41 0 D 116 44 3B
Octal 251 116 335 30 101 0 15 426 104 73
Binary 10101001 1001110 11011101 11000 1000001 0 1101 100010110 1000100 111011

Color Harmonies of #A94EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94EDD

Black with #A94EDD

Text Example


Text Example

White with #A94EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94EDD; }

 p { color: rgb(169,78,221); }

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

background-color css

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

 a { background-color: rgb(169,78,221); }

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

border-color css

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

 span { border-color: rgb(169,78,221); }

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