#A951CA

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

Shades of Medium Orchid #A951CA

Tints of Medium Orchid #A951CA

Color information

#A951CA (or 0xA951CA) is unknown color: approx Medium Orchid. HEX triplet: A9, 51 and CA. RGB value is (169,81,202). Sum of RGB (Red+Green+Blue) = 169+81+202=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #A951CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951CA is #56AE35. Grayscale: #787878. Windows color (decimal): -5680694 or 13259177. OLE color: 13259177.

HSL color Cylindrical-coordinate representation of color #A951CA: hue angle of 283.64º 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 #A951CA is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16981202-
CMYK0.160.6000.21
HSL283.64º53.3%55.49%-
HSV(B)283.64º59.9%79.22%-
XYZ29.9718.5857.88-
YUV121.11173.65162.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 81 (32.03% from 255) = 17.92%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=37.39%
G=17.92%
B=44.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169812020.160.6000.21283.6453.355.49
HexA951CA103C01511c3537
Octal25112131220740254346567
Binary1010100110100011100101010000111100010101100011100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A951CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A951CA; }

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

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

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

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

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

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

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

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