#A84AE9

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

Shades of Medium Orchid #A84AE9

Tints of Medium Orchid #A84AE9

Color information

#A84AE9 (or 0xA84AE9) is unknown color: approx Medium Orchid. HEX triplet: A8, 4A and E9. RGB value is (168,74,233). Sum of RGB (Red+Green+Blue) = 168+74+233=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #A84AE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AE9 is #57B516. Grayscale: #777777. Windows color (decimal): -5747991 or 15289000. OLE color: 15289000.

HSL color Cylindrical-coordinate representation of color #A84AE9: hue angle of 275.47º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84AE9 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16874233-
CMYK0.280.6800.09
HSL275.47º78.33%60.2%-
HSV(B)275.47º68.24%91.37%-
XYZ33.3119.1179.02-
YUV120.23191.64162.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 74 (29.30% from 255) = 15.58%
BLUE value IS 233 (91.41% from 255) = 49.05%
R=35.37%
G=15.58%
B=49.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168742330.280.6800.09275.4778.3360.2
HexA84AE91C44091134e3c
Octal2501123513410401142311674
Binary10101000100101011101001111001000100010011000100111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84AE9; }

 p { color: rgb(168,74,233); }

 H1.HeaderClassName
 {
   color: #A84AE9;
 }
 .AnyTagClassName
 {
   color: #A84AE9;
 }
</style>
background-color css

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

 a { background-color: rgb(168,74,233); }

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

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

 span { border-color: rgb(168,74,233); }

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