#A84FEA

Color #A84FEA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #A84FEA

Tints of Medium Orchid #A84FEA

Color information

#A84FEA (or 0xA84FEA) is unknown color: approx 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

RGB16879234-
CMYK0.280.6600.08
HSL274.45º78.68%61.37%-
HSV(B)274.45º66.24%91.76%-
XYZ33.819.8679.89-
YUV123.28190.49159.9-

RGB Variations

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

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.80% from 255) = 48.65%
R=34.93%
G=16.42%
B=48.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168792340.280.6600.08274.4578.6861.37
HexA84FEA1C42081124f3d
Octal2501173523410201042211775
Binary10101000100111111101010111001000010010001000100101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>