#A84BE8

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

Shades of Medium Orchid #A84BE8

Tints of Medium Orchid #A84BE8

Color information

#A84BE8 (or 0xA84BE8) is unknown color: approx Medium Orchid. HEX triplet: A8, 4B and E8. RGB value is (168,75,232). Sum of RGB (Red+Green+Blue) = 168+75+232=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #A84BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84BE8 is #57B417. Grayscale: #787878. Windows color (decimal): -5747736 or 15223720. OLE color: 15223720.

HSL color Cylindrical-coordinate representation of color #A84BE8: hue angle of 275.54º degrees, saturation: 0.77, 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 #A84BE8 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16875232-
CMYK0.280.6800.09
HSL275.54º77.34%60.2%-
HSV(B)275.54º67.67%90.98%-
XYZ33.2319.1878.3-
YUV120.71190.81161.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 75 (29.69% from 255) = 15.79%
BLUE value IS 232 (91.02% from 255) = 48.84%
R=35.37%
G=15.79%
B=48.84%

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
Decimal168752320.280.6800.09275.5477.3460.2
HexA84BE81C44091144d3c
Octal2501133503410401142411574
Binary10101000100101111101000111001000100010011000101001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84BE8; }

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

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

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

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

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

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

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

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