#A851CA

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

Shades of Medium Orchid #A851CA

Tints of Medium Orchid #A851CA

Color information

#A851CA (or 0xA851CA) is unknown color: approx Medium Orchid. HEX triplet: A8, 51 and CA. RGB value is (168,81,202). Sum of RGB (Red+Green+Blue) = 168+81+202=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #A851CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851CA is #57AE35. Grayscale: #787878. Windows color (decimal): -5746230 or 13259176. OLE color: 13259176.

HSL color Cylindrical-coordinate representation of color #A851CA: hue angle of 283.14º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A851CA is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16881202-
CMYK0.170.6000.21
HSL283.14º53.3%55.49%-
HSV(B)283.14º59.9%79.22%-
XYZ29.7518.4757.87-
YUV120.81173.82161.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.25%
GREEN value IS 81 (32.03% from 255) = 17.96%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=37.25%
G=17.96%
B=44.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168812020.170.6000.21283.1453.355.49
HexA851CA113C01511b3537
Octal25012131221740254336567
Binary1010100010100011100101010001111100010101100011011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A851CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A851CA; }

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

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

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

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

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

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

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

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