Html Css Color HEX #A84DDE Medium Orchid

📋 copy color: '#A84DDE'

red 168 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #A84DDE

Tints of Medium Orchid #A84DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 35.97%
G = 16.49%
B = 47.54%

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

#A84DDE (or 0xA84DDE) is known color: Medium Orchid. HEX triplet: A8, 4D and DE. RGB value is (168,77,222). Sum of RGB (Red+Green+Blue) = 168+77+222=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #A84DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DDE is #57B221. Grayscale: #787878. Windows color (decimal): -5747234 or 14568872. OLE color: 14568872.

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

Color convert

RGB 168 77 222 -
CMYK 0.24 0.65 0 0.13
HSL 277.66º 0.69% 0.59% -
HSV(B) 277.66º 0.65% 0.87% -
XYZ 31.99 18.91 71.07 -
YUV 120.74 185.15 161.71 -
System Red Green Blue C M Y K H S L
Decimal 168 77 222 0.24 0.65 0 0.13 277.66 0.69 0.59
Hex A8 4D DE 18 41 0 D 116 45 3B
Octal 250 115 336 30 101 0 15 426 105 73
Binary 10101000 1001101 11011110 11000 1000001 0 1101 100010110 1000101 111011

Color Harmonies of #A84DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DDE

Black with #A84DDE

Text Example


Text Example

White with #A84DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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