Html Css Color HEX #A84FFA Medium Orchid

📋 copy color: '#A84FFA'

red 168 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #A84FFA

Tints of Medium Orchid #A84FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 33.8%
G = 15.9%
B = 50.3%

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

#A84FFA (or 0xA84FFA) is known color: Medium Orchid. HEX triplet: A8, 4F and FA. RGB value is (168,79,250). Sum of RGB (Red+Green+Blue) = 168+79+250=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #A84FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84FFA is #57B005. Grayscale: #7C7C7C. Windows color (decimal): -5746694 or 16404392. OLE color: 16404392.

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

Color convert

RGB 168 79 250 -
CMYK 0.33 0.68 0 0.02
HSL 271.23º 0.94% 0.65% -
HSV(B) 271.23º 0.68% 0.98% -
XYZ 36.2 20.82 92.55 -
YUV 125.11 198.49 158.6 -
System Red Green Blue C M Y K H S L
Decimal 168 79 250 0.33 0.68 0 0.02 271.23 0.94 0.65
Hex A8 4F FA 21 44 0 2 10F 5E 41
Octal 250 117 372 41 104 0 2 417 136 101
Binary 10101000 1001111 11111010 100001 1000100 0 10 100001111 1011110 1000001

Color Harmonies of #A84FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FFA

Black with #A84FFA

Text Example


Text Example

White with #A84FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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