#A945D7

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

Shades of Medium Orchid #A945D7

Tints of Medium Orchid #A945D7

Color information

#A945D7 (or 0xA945D7) is unknown color: approx Medium Orchid. HEX triplet: A9, 45 and D7. RGB value is (169,69,215). Sum of RGB (Red+Green+Blue) = 169+69+215=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #A945D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A945D7 is #56BA28. Grayscale: #737373. Windows color (decimal): -5683753 or 14108073. OLE color: 14108073.

HSL color Cylindrical-coordinate representation of color #A945D7: hue angle of 281.1º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A945D7 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16969215-
CMYK0.210.6800.16
HSL281.1º64.6%55.69%-
HSV(B)281.1º67.91%84.31%-
XYZ30.7617.666.07-
YUV115.54184.13166.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 69 (27.34% from 255) = 15.23%
BLUE value IS 215 (84.38% from 255) = 47.46%
R=37.31%
G=15.23%
B=47.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169692150.210.6800.16281.164.655.69
HexA945D715440101194138
Octal2511053272510402043110170
Binary101010011000101110101111010110001000100001000110011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A945D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A945D7; }

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

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

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

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

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

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

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

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