#A945C9

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

Shades of Medium Orchid #A945C9

Tints of Medium Orchid #A945C9

Color information

#A945C9 (or 0xA945C9) is unknown color: approx Medium Orchid. HEX triplet: A9, 45 and C9. RGB value is (169,69,201). Sum of RGB (Red+Green+Blue) = 169+69+201=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #A945C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A945C9 is #56BA36. Grayscale: #717171. Windows color (decimal): -5683767 or 13190569. OLE color: 13190569.

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

Color convert

RGB16969201-
CMYK0.160.6600.21
HSL285.45º55%52.94%-
HSV(B)285.45º65.67%78.82%-
XYZ29.0316.9156.99-
YUV113.95177.13167.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 201 (78.91% from 255) = 45.79%
R=38.50%
G=15.72%
B=45.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169692010.160.6600.21285.455552.94
HexA945C9104201511d3735
Octal251105311201020254356765
Binary10101001100010111001001100001000010010101100011101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A945C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A945C9; }

 p { color: rgb(169,69,201); }

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

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

 a { background-color: rgb(169,69,201); }

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

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

 span { border-color: rgb(169,69,201); }

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