#A854DD

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

Shades of Medium Orchid #A854DD

Tints of Medium Orchid #A854DD

Color information

#A854DD (or 0xA854DD) is unknown color: approx Medium Orchid. HEX triplet: A8, 54 and DD. RGB value is (168,84,221). Sum of RGB (Red+Green+Blue) = 168+84+221=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #A854DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854DD is #57AB22. Grayscale: #7C7C7C. Windows color (decimal): -5745443 or 14505128. OLE color: 14505128.

HSL color Cylindrical-coordinate representation of color #A854DD: hue angle of 276.79º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A854DD is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16884221-
CMYK0.240.6200.13
HSL276.79º66.83%59.8%-
HSV(B)276.79º61.99%86.67%-
XYZ32.3719.8970.54-
YUV124.73182.33158.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 84 (33.20% from 255) = 17.76%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=35.52%
G=17.76%
B=46.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168842210.240.6200.13276.7966.8359.8
HexA854DD183E0D115433c
Octal250124335307601542510374
Binary1010100010101001101110111000111110011011000101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A854DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A854DD; }

 p { color: rgb(168,84,221); }

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

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

 a { background-color: rgb(168,84,221); }

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

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

 span { border-color: rgb(168,84,221); }

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