Html Css Color HEX #A84DF0 Medium Orchid

📋 copy color: '#A84DF0'

red 168 ◦ green 77 ◦ blue 240

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

Shades of Medium Orchid #A84DF0

Tints of Medium Orchid #A84DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.48%

R = 34.64%
G = 15.88%
B = 49.48%

CMYK

 C value IS 0.3

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A84DF0 (or 0xA84DF0) is known color: Medium Orchid. HEX triplet: A8, 4D and F0. RGB value is (168,77,240). Sum of RGB (Red+Green+Blue) = 168+77+240=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #A84DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DF0 is #57B20F. Grayscale: #7A7A7A. Windows color (decimal): -5747216 or 15748520. OLE color: 15748520.

HSL color Cylindrical-coordinate representation of color #A84DF0: hue angle of 273.5º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84DF0 is Cyan = 0.3, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 77 240 -
CMYK 0.3 0.68 0 0.06
HSL 273.5º 0.84% 0.62% -
HSV(B) 273.5º 0.68% 0.94% -
XYZ 34.53 19.92 84.46 -
YUV 122.79 194.15 160.25 -
System Red Green Blue C M Y K H S L
Decimal 168 77 240 0.3 0.68 0 0.06 273.5 0.84 0.62
Hex A8 4D F0 1E 44 0 6 111 54 3E
Octal 250 115 360 36 104 0 6 421 124 76
Binary 10101000 1001101 11110000 11110 1000100 0 110 100010001 1010100 111110

Color Harmonies of #A84DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DF0

Black with #A84DF0

Text Example


Text Example

White with #A84DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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