Html Css Color HEX #A94FDC Medium Orchid

📋 copy color: '#A94FDC'

red 169 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #A94FDC

Tints of Medium Orchid #A94FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 36.11%
G = 16.88%
B = 47.01%

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

#A94FDC (or 0xA94FDC) is known color: Medium Orchid. HEX triplet: A9, 4F and DC. RGB value is (169,79,220). Sum of RGB (Red+Green+Blue) = 169+79+220=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #A94FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94FDC is #56B023. Grayscale: #797979. Windows color (decimal): -5681188 or 14438313. OLE color: 14438313.

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

Color convert

RGB 169 79 220 -
CMYK 0.23 0.64 0 0.14
HSL 278.3º 0.67% 0.59% -
HSV(B) 278.3º 0.64% 0.86% -
XYZ 32.08 19.19 69.72 -
YUV 121.98 183.32 161.54 -
System Red Green Blue C M Y K H S L
Decimal 169 79 220 0.23 0.64 0 0.14 278.3 0.67 0.59
Hex A9 4F DC 17 40 0 E 116 43 3B
Octal 251 117 334 27 100 0 16 426 103 73
Binary 10101001 1001111 11011100 10111 1000000 0 1110 100010110 1000011 111011

Color Harmonies of #A94FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94FDC

Black with #A94FDC

Text Example


Text Example

White with #A94FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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