Html Css Color HEX #A84DDF Medium Orchid

📋 copy color: '#A84DDF'

red 168 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #A84DDF

Tints of Medium Orchid #A84DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 35.9%
G = 16.45%
B = 47.65%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A84DDF (or 0xA84DDF) is known color: Medium Orchid. HEX triplet: A8, 4D and DF. RGB value is (168,77,223). Sum of RGB (Red+Green+Blue) = 168+77+223=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #A84DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DDF is #57B220. Grayscale: #787878. Windows color (decimal): -5747233 or 14634408. OLE color: 14634408.

HSL color Cylindrical-coordinate representation of color #A84DDF: hue angle of 277.4º degrees, saturation: 0.7, 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 #A84DDF is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 77 223 -
CMYK 0.25 0.65 0 0.13
HSL 277.4º 0.7% 0.59% -
HSV(B) 277.4º 0.65% 0.87% -
XYZ 32.12 18.96 71.78 -
YUV 120.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 168 77 223 0.25 0.65 0 0.13 277.4 0.7 0.59
Hex A8 4D DF 19 41 0 D 115 46 3B
Octal 250 115 337 31 101 0 15 425 106 73
Binary 10101000 1001101 11011111 11001 1000001 0 1101 100010101 1000110 111011

Color Harmonies of #A84DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DDF

Black with #A84DDF

Text Example


Text Example

White with #A84DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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