Html Css Color HEX #A84ADD Medium Orchid

📋 copy color: '#A84ADD'

red 168 ◦ green 74 ◦ blue 221

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

Shades of Medium Orchid #A84ADD

Tints of Medium Orchid #A84ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.98%

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

R = 36.29%
G = 15.98%
B = 47.73%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A84ADD (or 0xA84ADD) is known color: Medium Orchid. HEX triplet: A8, 4A and DD. RGB value is (168,74,221). Sum of RGB (Red+Green+Blue) = 168+74+221=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #A84ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84ADD is #57B522. Grayscale: #767676. Windows color (decimal): -5748003 or 14502568. OLE color: 14502568.

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

Color convert

RGB 168 74 221 -
CMYK 0.24 0.67 0 0.13
HSL 278.37º 0.68% 0.58% -
HSV(B) 278.37º 0.67% 0.87% -
XYZ 31.65 18.44 70.3 -
YUV 118.86 185.64 163.05 -
System Red Green Blue C M Y K H S L
Decimal 168 74 221 0.24 0.67 0 0.13 278.37 0.68 0.58
Hex A8 4A DD 18 43 0 D 116 44 3A
Octal 250 112 335 30 103 0 15 426 104 72
Binary 10101000 1001010 11011101 11000 1000011 0 1101 100010110 1000100 111010

Color Harmonies of #A84ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84ADD

Black with #A84ADD

Text Example


Text Example

White with #A84ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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