Html Css Color HEX #A84DCF Medium Orchid

📋 copy color: '#A84DCF'

red 168 ◦ green 77 ◦ blue 207

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

Shades of Medium Orchid #A84DCF

Tints of Medium Orchid #A84DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 37.17%
G = 17.04%
B = 45.8%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A84DCF (or 0xA84DCF) is known color: Medium Orchid. HEX triplet: A8, 4D and CF. RGB value is (168,77,207). Sum of RGB (Red+Green+Blue) = 168+77+207=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #A84DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DCF is #57B230. Grayscale: #767676. Windows color (decimal): -5747249 or 13585832. OLE color: 13585832.

HSL color Cylindrical-coordinate representation of color #A84DCF: hue angle of 282º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84DCF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 77 207 -
CMYK 0.19 0.63 0 0.19
HSL 282º 0.58% 0.56% -
HSV(B) 282º 0.63% 0.81% -
XYZ 30.06 18.14 60.95 -
YUV 119.03 177.65 162.93 -
System Red Green Blue C M Y K H S L
Decimal 168 77 207 0.19 0.63 0 0.19 282 0.58 0.56
Hex A8 4D CF 13 3F 0 13 11A 3A 38
Octal 250 115 317 23 77 0 23 432 72 70
Binary 10101000 1001101 11001111 10011 111111 0 10011 100011010 111010 111000

Color Harmonies of #A84DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DCF

Black with #A84DCF

Text Example


Text Example

White with #A84DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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