Html Css Color HEX #A84DFA Medium Orchid

📋 copy color: '#A84DFA'

red 168 ◦ green 77 ◦ blue 250

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

Shades of Medium Orchid #A84DFA

Tints of Medium Orchid #A84DFA

RGB

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

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

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

R = 33.94%
G = 15.56%
B = 50.51%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A84DFA (or 0xA84DFA) is known color: Medium Orchid. HEX triplet: A8, 4D and FA. RGB value is (168,77,250). Sum of RGB (Red+Green+Blue) = 168+77+250=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #A84DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84DFA is #57B205. Grayscale: #7B7B7B. Windows color (decimal): -5747206 or 16403880. OLE color: 16403880.

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

Color convert

RGB 168 77 250 -
CMYK 0.33 0.69 0 0.02
HSL 271.56º 0.95% 0.64% -
HSV(B) 271.56º 0.69% 0.98% -
XYZ 36.06 20.53 92.51 -
YUV 123.93 199.15 159.43 -
System Red Green Blue C M Y K H S L
Decimal 168 77 250 0.33 0.69 0 0.02 271.56 0.95 0.64
Hex A8 4D FA 21 45 0 2 110 5F 40
Octal 250 115 372 41 105 0 2 420 137 100
Binary 10101000 1001101 11111010 100001 1000101 0 10 100010000 1011111 1000000

Color Harmonies of #A84DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DFA

Black with #A84DFA

Text Example


Text Example

White with #A84DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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