Html Css Color HEX #A94EE0 Medium Orchid

📋 copy color: '#A94EE0'

red 169 ◦ green 78 ◦ blue 224

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

Shades of Medium Orchid #A94EE0

Tints of Medium Orchid #A94EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.56%

R = 35.88%
G = 16.56%
B = 47.56%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A94EE0 (or 0xA94EE0) is known color: Medium Orchid. HEX triplet: A9, 4E and E0. RGB value is (169,78,224). Sum of RGB (Red+Green+Blue) = 169+78+224=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #A94EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94EE0 is #56B11F. Grayscale: #797979. Windows color (decimal): -5681440 or 14700201. OLE color: 14700201.

HSL color Cylindrical-coordinate representation of color #A94EE0: hue angle of 277.4º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94EE0 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 78 224 -
CMYK 0.25 0.65 0 0.12
HSL 277.4º 0.7% 0.59% -
HSV(B) 277.4º 0.65% 0.88% -
XYZ 32.54 19.27 72.52 -
YUV 121.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 169 78 224 0.25 0.65 0 0.12 277.4 0.7 0.59
Hex A9 4E E0 19 41 0 C 115 46 3B
Octal 251 116 340 31 101 0 14 425 106 73
Binary 10101001 1001110 11100000 11001 1000001 0 1100 100010101 1000110 111011

Color Harmonies of #A94EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94EE0

Black with #A94EE0

Text Example


Text Example

White with #A94EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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