Html Css Color HEX #A84FF5 Medium Orchid

📋 copy color: '#A84FF5'

red 168 ◦ green 79 ◦ blue 245

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

Shades of Medium Orchid #A84FF5

Tints of Medium Orchid #A84FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49.8%

R = 34.15%
G = 16.06%
B = 49.8%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A84FF5 (or 0xA84FF5) is known color: Medium Orchid. HEX triplet: A8, 4F and F5. RGB value is (168,79,245). Sum of RGB (Red+Green+Blue) = 168+79+245=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #A84FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84FF5 is #57B00A. Grayscale: #7B7B7B. Windows color (decimal): -5746699 or 16076712. OLE color: 16076712.

HSL color Cylindrical-coordinate representation of color #A84FF5: hue angle of 272.17º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84FF5 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 79 245 -
CMYK 0.31 0.68 0 0.04
HSL 272.17º 0.89% 0.64% -
HSV(B) 272.17º 0.68% 0.96% -
XYZ 35.43 20.51 88.48 -
YUV 124.54 195.99 159 -
System Red Green Blue C M Y K H S L
Decimal 168 79 245 0.31 0.68 0 0.04 272.17 0.89 0.64
Hex A8 4F F5 1F 44 0 4 110 59 40
Octal 250 117 365 37 104 0 4 420 131 100
Binary 10101000 1001111 11110101 11111 1000100 0 100 100010000 1011001 1000000

Color Harmonies of #A84FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FF5

Black with #A84FF5

Text Example


Text Example

White with #A84FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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