Html Css Color HEX #A84FF0 Medium Orchid

📋 copy color: '#A84FF0'

red 168 ◦ green 79 ◦ blue 240

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

Shades of Medium Orchid #A84FF0

Tints of Medium Orchid #A84FF0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.22%

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

R = 34.5%
G = 16.22%
B = 49.28%

CMYK

 C value IS 0.3

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A84FF0 (or 0xA84FF0) is known color: Medium Orchid. HEX triplet: A8, 4F and F0. RGB value is (168,79,240). Sum of RGB (Red+Green+Blue) = 168+79+240=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #A84FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84FF0 is #57B00F. Grayscale: #7B7B7B. Windows color (decimal): -5746704 or 15749032. OLE color: 15749032.

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

Color convert

RGB 168 79 240 -
CMYK 0.3 0.67 0 0.06
HSL 273.17º 0.84% 0.63% -
HSV(B) 273.17º 0.67% 0.94% -
XYZ 34.67 20.21 84.51 -
YUV 123.97 193.49 159.41 -
System Red Green Blue C M Y K H S L
Decimal 168 79 240 0.3 0.67 0 0.06 273.17 0.84 0.63
Hex A8 4F F0 1E 43 0 6 111 54 3F
Octal 250 117 360 36 103 0 6 421 124 77
Binary 10101000 1001111 11110000 11110 1000011 0 110 100010001 1010100 111111

Color Harmonies of #A84FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FF0

Black with #A84FF0

Text Example


Text Example

White with #A84FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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