Html Css Color HEX #A84FDD Medium Orchid

📋 copy color: '#A84FDD'

red 168 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #A84FDD

Tints of Medium Orchid #A84FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 35.9%
G = 16.88%
B = 47.22%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A84FDD (or 0xA84FDD) is known color: Medium Orchid. HEX triplet: A8, 4F and DD. RGB value is (168,79,221). Sum of RGB (Red+Green+Blue) = 168+79+221=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #A84FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FDD is #57B022. Grayscale: #797979. Windows color (decimal): -5746723 or 14503848. OLE color: 14503848.

HSL color Cylindrical-coordinate representation of color #A84FDD: hue angle of 277.61º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A84FDD is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 79 221 -
CMYK 0.24 0.64 0 0.13
HSL 277.61º 0.68% 0.59% -
HSV(B) 277.61º 0.64% 0.87% -
XYZ 32 19.14 70.41 -
YUV 121.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 168 79 221 0.24 0.64 0 0.13 277.61 0.68 0.59
Hex A8 4F DD 18 40 0 D 116 44 3B
Octal 250 117 335 30 100 0 15 426 104 73
Binary 10101000 1001111 11011101 11000 1000000 0 1101 100010110 1000100 111011

Color Harmonies of #A84FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FDD

Black with #A84FDD

Text Example


Text Example

White with #A84FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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