#A851E5

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

Shades of Medium Orchid #A851E5

Tints of Medium Orchid #A851E5

Color information

#A851E5 (or 0xA851E5) is unknown color: approx Medium Orchid. HEX triplet: A8, 51 and E5. RGB value is (168,81,229). Sum of RGB (Red+Green+Blue) = 168+81+229=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 229 - color contains mainly: blue. Hex color #A851E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851E5 is #57AE1A. Grayscale: #7B7B7B. Windows color (decimal): -5746203 or 15028648. OLE color: 15028648.

HSL color Cylindrical-coordinate representation of color #A851E5: hue angle of 275.27º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A851E5 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16881229-
CMYK0.270.6500.10
HSL275.27º74%60.78%-
HSV(B)275.27º64.63%89.8%-
XYZ33.2319.8776.21-
YUV123.88187.32159.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 81 (32.03% from 255) = 16.95%
BLUE value IS 229 (89.84% from 255) = 47.91%
R=35.15%
G=16.95%
B=47.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal168812290.270.6500.10275.277460.78
HexA851E51B410A1134a3d
Octal2501213453310101242311275
Binary10101000101000111100101110111000001010101000100111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A851E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A851E5; }

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

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

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

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

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

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

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

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