#A851E3

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

Shades of Medium Orchid #A851E3

Tints of Medium Orchid #A851E3

Color information

#A851E3 (or 0xA851E3) is unknown color: approx Medium Orchid. HEX triplet: A8, 51 and E3. RGB value is (168,81,227). Sum of RGB (Red+Green+Blue) = 168+81+227=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 227 (89.06% from 255 or 47.69% from 476); Max value from RGB is 227 - color contains mainly: blue. Hex color #A851E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851E3 is #57AE1C. Grayscale: #7B7B7B. Windows color (decimal): -5746205 or 14897576. OLE color: 14897576.

HSL color Cylindrical-coordinate representation of color #A851E3: hue angle of 275.75º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A851E3 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16881227-
CMYK0.260.6400.11
HSL275.75º72.28%60.39%-
HSV(B)275.75º64.32%89.02%-
XYZ32.9619.7674.75-
YUV123.66186.32159.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 81 (32.03% from 255) = 17.02%
BLUE value IS 227 (89.06% from 255) = 47.69%
R=35.29%
G=17.02%
B=47.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168812270.260.6400.11275.7572.2860.39
HexA851E31A400B114483c
Octal2501213433210001342411074
Binary10101000101000111100011110101000000010111000101001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A851E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A851E3; }

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

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

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

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

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

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

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

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