#A851D5

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

Shades of Medium Orchid #A851D5

Tints of Medium Orchid #A851D5

Color information

#A851D5 (or 0xA851D5) is unknown color: approx Medium Orchid. HEX triplet: A8, 51 and D5. RGB value is (168,81,213). Sum of RGB (Red+Green+Blue) = 168+81+213=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #A851D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851D5 is #57AE2A. Grayscale: #797979. Windows color (decimal): -5746219 or 13980072. OLE color: 13980072.

HSL color Cylindrical-coordinate representation of color #A851D5: hue angle of 279.55º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A851D5 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16881213-
CMYK0.210.6200.16
HSL279.55º61.11%57.65%-
HSV(B)279.55º61.97%83.53%-
XYZ31.119.0164.98-
YUV122.06179.32160.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 81 (32.03% from 255) = 17.53%
BLUE value IS 213 (83.59% from 255) = 46.10%
R=36.36%
G=17.53%
B=46.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168812130.210.6200.16279.5561.1157.65
HexA851D5153E0101183d3a
Octal25012132525760204307572
Binary1010100010100011101010110101111110010000100011000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A851D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A851D5; }

 p { color: rgb(168,81,213); }

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

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

 a { background-color: rgb(168,81,213); }

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

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

 span { border-color: rgb(168,81,213); }

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