#A945D1

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

Shades of Medium Orchid #A945D1

Tints of Medium Orchid #A945D1

Color information

#A945D1 (or 0xA945D1) is unknown color: approx Medium Orchid. HEX triplet: A9, 45 and D1. RGB value is (169,69,209). Sum of RGB (Red+Green+Blue) = 169+69+209=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #A945D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A945D1 is #56BA2E. Grayscale: #727272. Windows color (decimal): -5683759 or 13714857. OLE color: 13714857.

HSL color Cylindrical-coordinate representation of color #A945D1: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A945D1 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16969209-
CMYK0.190.6700.18
HSL282.86º60.34%54.51%-
HSV(B)282.86º66.99%81.96%-
XYZ3017.2962.08-
YUV114.86181.13166.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 69 (27.34% from 255) = 15.44%
BLUE value IS 209 (82.03% from 255) = 46.76%
R=37.81%
G=15.44%
B=46.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169692090.190.6700.18282.8660.3454.51
HexA945D1134301211b3c37
Octal251105321231030224337467
Binary10101001100010111010001100111000011010010100011011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A945D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A945D1; }

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

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

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

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

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

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

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

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