#A84CE7

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

Shades of Medium Orchid #A84CE7

Tints of Medium Orchid #A84CE7

Color information

#A84CE7 (or 0xA84CE7) is unknown color: approx Medium Orchid. HEX triplet: A8, 4C and E7. RGB value is (168,76,231). Sum of RGB (Red+Green+Blue) = 168+76+231=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #A84CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84CE7 is #57B318. Grayscale: #787878. Windows color (decimal): -5747481 or 15158440. OLE color: 15158440.

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

Color convert

RGB16876231-
CMYK0.270.6700.09
HSL275.61º76.35%60.2%-
HSV(B)275.61º67.1%90.59%-
XYZ33.1619.2677.57-
YUV121.18189.98161.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 76 (30.08% from 255) = 16%
BLUE value IS 231 (90.62% from 255) = 48.63%
R=35.37%
G=16%
B=48.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal168762310.270.6700.09275.6176.3560.2
HexA84CE71B43091144c3c
Octal2501143473310301142411474
Binary10101000100110011100111110111000011010011000101001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84CE7; }

 p { color: rgb(168,76,231); }

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

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

 a { background-color: rgb(168,76,231); }

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

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

 span { border-color: rgb(168,76,231); }

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