Html Css Color HEX #A84DDD Medium Orchid

📋 copy color: '#A84DDD'

red 168 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #A84DDD

Tints of Medium Orchid #A84DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.52%

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

R = 36.05%
G = 16.52%
B = 47.42%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A84DDD (or 0xA84DDD) is known color: Medium Orchid. HEX triplet: A8, 4D and DD. RGB value is (168,77,221). Sum of RGB (Red+Green+Blue) = 168+77+221=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #A84DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DDD is #57B222. Grayscale: #787878. Windows color (decimal): -5747235 or 14503336. OLE color: 14503336.

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

Color convert

RGB 168 77 221 -
CMYK 0.24 0.65 0 0.13
HSL 277.92º 0.68% 0.58% -
HSV(B) 277.92º 0.65% 0.87% -
XYZ 31.85 18.85 70.37 -
YUV 120.63 184.65 161.79 -
System Red Green Blue C M Y K H S L
Decimal 168 77 221 0.24 0.65 0 0.13 277.92 0.68 0.58
Hex A8 4D DD 18 41 0 D 116 44 3A
Octal 250 115 335 30 101 0 15 426 104 72
Binary 10101000 1001101 11011101 11000 1000001 0 1101 100010110 1000100 111010

Color Harmonies of #A84DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DDD

Black with #A84DDD

Text Example


Text Example

White with #A84DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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