Html Css Color HEX #A84FED Medium Orchid

📋 copy color: '#A84FED'

red 168 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #A84FED

Tints of Medium Orchid #A84FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 34.71%
G = 16.32%
B = 48.97%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A84FED (or 0xA84FED) is known color: Medium Orchid. HEX triplet: A8, 4F and ED. RGB value is (168,79,237). Sum of RGB (Red+Green+Blue) = 168+79+237=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #A84FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84FED is #57B012. Grayscale: #7B7B7B. Windows color (decimal): -5746707 or 15552424. OLE color: 15552424.

HSL color Cylindrical-coordinate representation of color #A84FED: hue angle of 273.8º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A84FED is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 79 237 -
CMYK 0.29 0.67 0 0.07
HSL 273.8º 0.81% 0.62% -
HSV(B) 273.8º 0.67% 0.93% -
XYZ 34.23 20.03 82.18 -
YUV 123.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 168 79 237 0.29 0.67 0 0.07 273.8 0.81 0.62
Hex A8 4F ED 1D 43 0 7 112 51 3E
Octal 250 117 355 35 103 0 7 422 121 76
Binary 10101000 1001111 11101101 11101 1000011 0 111 100010010 1010001 111110

Color Harmonies of #A84FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FED

Black with #A84FED

Text Example


Text Example

White with #A84FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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