#A84BCE

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

Shades of Medium Orchid #A84BCE

Tints of Medium Orchid #A84BCE

Color information

#A84BCE (or 0xA84BCE) is unknown color: approx Medium Orchid. HEX triplet: A8, 4B and CE. RGB value is (168,75,206). Sum of RGB (Red+Green+Blue) = 168+75+206=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #A84BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BCE is #57B431. Grayscale: #757575. Windows color (decimal): -5747762 or 13519784. OLE color: 13519784.

HSL color Cylindrical-coordinate representation of color #A84BCE: hue angle of 282.6º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A84BCE is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16875206-
CMYK0.180.6400.19
HSL282.6º57.21%55.1%-
HSV(B)282.6º63.59%80.78%-
XYZ29.8117.8160.26-
YUV117.74177.81163.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 75 (29.69% from 255) = 16.70%
BLUE value IS 206 (80.86% from 255) = 45.88%
R=37.42%
G=16.70%
B=45.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168752060.180.6400.19282.657.2155.1
HexA84BCE124001311b3937
Octal250113316221000234337167
Binary10101000100101111001110100101000000010011100011011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84BCE; }

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

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

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

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

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

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

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

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