Html Css Color HEX #A84FEA Medium Orchid

📋 copy color: '#A84FEA'

red 168 ◦ green 79 ◦ blue 234

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

Shades of Medium Orchid #A84FEA

Tints of Medium Orchid #A84FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 34.93%
G = 16.42%
B = 48.65%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A84FEA (or 0xA84FEA) is known color: Medium Orchid. HEX triplet: A8, 4F and EA. RGB value is (168,79,234). Sum of RGB (Red+Green+Blue) = 168+79+234=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #A84FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A84FEA is #57B015. Grayscale: #7A7A7A. Windows color (decimal): -5746710 or 15355816. OLE color: 15355816.

HSL color Cylindrical-coordinate representation of color #A84FEA: hue angle of 274.45º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A84FEA is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 79 234 -
CMYK 0.28 0.66 0 0.08
HSL 274.45º 0.79% 0.61% -
HSV(B) 274.45º 0.66% 0.92% -
XYZ 33.8 19.86 79.89 -
YUV 123.28 190.49 159.9 -
System Red Green Blue C M Y K H S L
Decimal 168 79 234 0.28 0.66 0 0.08 274.45 0.79 0.61
Hex A8 4F EA 1C 42 0 8 112 4F 3D
Octal 250 117 352 34 102 0 10 422 117 75
Binary 10101000 1001111 11101010 11100 1000010 0 1000 100010010 1001111 111101

Color Harmonies of #A84FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FEA

Black with #A84FEA

Text Example


Text Example

White with #A84FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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