#A851F1

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

Shades of Medium Orchid #A851F1

Tints of Medium Orchid #A851F1

Color information

#A851F1 (or 0xA851F1) is unknown color: approx Medium Orchid. HEX triplet: A8, 51 and F1. RGB value is (168,81,241). Sum of RGB (Red+Green+Blue) = 168+81+241=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #A851F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A851F1 is #57AE0E. Grayscale: #7C7C7C. Windows color (decimal): -5746191 or 15815080. OLE color: 15815080.

HSL color Cylindrical-coordinate representation of color #A851F1: hue angle of 272.62º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A851F1 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16881241-
CMYK0.300.6600.05
HSL272.62º85.11%63.14%-
HSV(B)272.62º66.39%94.51%-
XYZ34.9720.5685.34-
YUV125.25193.32158.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 81 (32.03% from 255) = 16.53%
BLUE value IS 241 (94.53% from 255) = 49.18%
R=34.29%
G=16.53%
B=49.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal168812410.300.6600.05272.6285.1163.14
HexA851F11E4205111553f
Octal250121361361020542112577
Binary1010100010100011111000111110100001001011000100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A851F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A851F1; }

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

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

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

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

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

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

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

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