Html Css Color HEX #A84FDC Medium Orchid

📋 copy color: '#A84FDC'

red 168 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #A84FDC

Tints of Medium Orchid #A84FDC

RGB

 RED value IS 168 (66.02% from 255) = 35.97%

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

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

R = 35.97%
G = 16.92%
B = 47.11%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A84FDC (or 0xA84FDC) is known color: Medium Orchid. HEX triplet: A8, 4F and DC. RGB value is (168,79,220). Sum of RGB (Red+Green+Blue) = 168+79+220=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #A84FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FDC is #57B023. Grayscale: #797979. Windows color (decimal): -5746724 or 14438312. OLE color: 14438312.

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

Color convert

RGB 168 79 220 -
CMYK 0.24 0.64 0 0.14
HSL 277.87º 0.67% 0.59% -
HSV(B) 277.87º 0.64% 0.86% -
XYZ 31.86 19.08 69.71 -
YUV 121.69 183.49 161.04 -
System Red Green Blue C M Y K H S L
Decimal 168 79 220 0.24 0.64 0 0.14 277.87 0.67 0.59
Hex A8 4F DC 18 40 0 E 116 43 3B
Octal 250 117 334 30 100 0 16 426 103 73
Binary 10101000 1001111 11011100 11000 1000000 0 1110 100010110 1000011 111011

Color Harmonies of #A84FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FDC

Black with #A84FDC

Text Example


Text Example

White with #A84FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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