Html Css Color HEX #A84FF9 Medium Orchid

📋 copy color: '#A84FF9'

red 168 ◦ green 79 ◦ blue 249

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

Shades of Medium Orchid #A84FF9

Tints of Medium Orchid #A84FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.2%

R = 33.87%
G = 15.93%
B = 50.2%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A84FF9 (or 0xA84FF9) is known color: Medium Orchid. HEX triplet: A8, 4F and F9. RGB value is (168,79,249). Sum of RGB (Red+Green+Blue) = 168+79+249=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #A84FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84FF9 is #57B006. Grayscale: #7C7C7C. Windows color (decimal): -5746695 or 16338856. OLE color: 16338856.

HSL color Cylindrical-coordinate representation of color #A84FF9: hue angle of 271.41º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84FF9 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 79 249 -
CMYK 0.33 0.68 0 0.02
HSL 271.41º 0.93% 0.64% -
HSV(B) 271.41º 0.68% 0.98% -
XYZ 36.04 20.76 91.73 -
YUV 124.99 197.99 158.68 -
System Red Green Blue C M Y K H S L
Decimal 168 79 249 0.33 0.68 0 0.02 271.41 0.93 0.64
Hex A8 4F F9 21 44 0 2 10F 5D 40
Octal 250 117 371 41 104 0 2 417 135 100
Binary 10101000 1001111 11111001 100001 1000100 0 10 100001111 1011101 1000000

Color Harmonies of #A84FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FF9

Black with #A84FF9

Text Example


Text Example

White with #A84FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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