Html Css Color HEX #A94EDB Medium Orchid

📋 copy color: '#A94EDB'

red 169 ◦ green 78 ◦ blue 219

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

Shades of Medium Orchid #A94EDB

Tints of Medium Orchid #A94EDB

RGB

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

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

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

R = 36.27%
G = 16.74%
B = 47%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A94EDB (or 0xA94EDB) is known color: Medium Orchid. HEX triplet: A9, 4E and DB. RGB value is (169,78,219). Sum of RGB (Red+Green+Blue) = 169+78+219=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #A94EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94EDB is #56B124. Grayscale: #787878. Windows color (decimal): -5681445 or 14372521. OLE color: 14372521.

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

Color convert

RGB 169 78 219 -
CMYK 0.23 0.64 0 0.14
HSL 278.72º 0.66% 0.58% -
HSV(B) 278.72º 0.64% 0.86% -
XYZ 31.87 19 69 -
YUV 121.28 183.15 162.04 -
System Red Green Blue C M Y K H S L
Decimal 169 78 219 0.23 0.64 0 0.14 278.72 0.66 0.58
Hex A9 4E DB 17 40 0 E 117 42 3A
Octal 251 116 333 27 100 0 16 427 102 72
Binary 10101001 1001110 11011011 10111 1000000 0 1110 100010111 1000010 111010

Color Harmonies of #A94EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94EDB

Black with #A94EDB

Text Example


Text Example

White with #A94EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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