#A84BEA

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

Shades of Medium Orchid #A84BEA

Tints of Medium Orchid #A84BEA

Color information

#A84BEA (or 0xA84BEA) is unknown color: approx Medium Orchid. HEX triplet: A8, 4B and EA. RGB value is (168,75,234). Sum of RGB (Red+Green+Blue) = 168+75+234=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #A84BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84BEA is #57B415. Grayscale: #787878. Windows color (decimal): -5747734 or 15354792. OLE color: 15354792.

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

Color convert

RGB16875234-
CMYK0.280.6800.08
HSL275.09º79.1%60.59%-
HSV(B)275.09º67.95%91.76%-
XYZ33.5219.379.8-
YUV120.93191.81161.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 75 (29.69% from 255) = 15.72%
BLUE value IS 234 (91.80% from 255) = 49.06%
R=35.22%
G=15.72%
B=49.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168752340.280.6800.08275.0979.160.59
HexA84BEA1C44081134f3d
Octal2501133523410401042311775
Binary10101000100101111101010111001000100010001000100111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84BEA; }

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

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

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

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

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

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

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

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