Html Css Color HEX #A94FDB Medium Orchid

📋 copy color: '#A94FDB'

red 169 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #A94FDB

Tints of Medium Orchid #A94FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.92%

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

R = 36.19%
G = 16.92%
B = 46.9%

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

#A94FDB (or 0xA94FDB) is known color: Medium Orchid. HEX triplet: A9, 4F and DB. RGB value is (169,79,219). Sum of RGB (Red+Green+Blue) = 169+79+219=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #A94FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94FDB is #56B024. Grayscale: #797979. Windows color (decimal): -5681189 or 14372777. OLE color: 14372777.

HSL color Cylindrical-coordinate representation of color #A94FDB: hue angle of 278.57º 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 #A94FDB is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 79 219 -
CMYK 0.23 0.64 0 0.14
HSL 278.57º 0.66% 0.58% -
HSV(B) 278.57º 0.64% 0.86% -
XYZ 31.94 19.14 69.03 -
YUV 121.87 182.82 161.62 -
System Red Green Blue C M Y K H S L
Decimal 169 79 219 0.23 0.64 0 0.14 278.57 0.66 0.58
Hex A9 4F DB 17 40 0 E 117 42 3A
Octal 251 117 333 27 100 0 16 427 102 72
Binary 10101001 1001111 11011011 10111 1000000 0 1110 100010111 1000010 111010

Color Harmonies of #A94FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94FDB

Black with #A94FDB

Text Example


Text Example

White with #A94FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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