Html Css Color HEX #A94EDA Medium Orchid

📋 copy color: '#A94EDA'

red 169 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #A94EDA

Tints of Medium Orchid #A94EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 36.34%
G = 16.77%
B = 46.88%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A94EDA (or 0xA94EDA) is known color: Medium Orchid. HEX triplet: A9, 4E and DA. RGB value is (169,78,218). Sum of RGB (Red+Green+Blue) = 169+78+218=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #A94EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94EDA is #56B125. Grayscale: #787878. Windows color (decimal): -5681446 or 14306985. OLE color: 14306985.

HSL color Cylindrical-coordinate representation of color #A94EDA: hue angle of 279º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A94EDA is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 78 218 -
CMYK 0.22 0.64 0 0.15
HSL 279º 0.65% 0.58% -
HSV(B) 279º 0.64% 0.85% -
XYZ 31.74 18.95 68.31 -
YUV 121.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 169 78 218 0.22 0.64 0 0.15 279 0.65 0.58
Hex A9 4E DA 16 40 0 F 117 41 3A
Octal 251 116 332 26 100 0 17 427 101 72
Binary 10101001 1001110 11011010 10110 1000000 0 1111 100010111 1000001 111010

Color Harmonies of #A94EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94EDA

Black with #A94EDA

Text Example


Text Example

White with #A94EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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