#A450D9

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

Shades of Medium Orchid #A450D9

Tints of Medium Orchid #A450D9

Color information

#A450D9 (or 0xA450D9) is unknown color: approx Medium Orchid. HEX triplet: A4, 50 and D9. RGB value is (164,80,217). Sum of RGB (Red+Green+Blue) = 164+80+217=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #A450D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450D9 is #5BAF26. Grayscale: #787878. Windows color (decimal): -6008615 or 14241956. OLE color: 14241956.

HSL color Cylindrical-coordinate representation of color #A450D9: hue angle of 276.79º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A450D9 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16480217-
CMYK0.240.6300.15
HSL276.79º64.32%58.24%-
HSV(B)276.79º63.13%85.1%-
XYZ30.718.6467.63-
YUV120.73182.33158.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 80 (31.64% from 255) = 17.35%
BLUE value IS 217 (85.16% from 255) = 47.07%
R=35.57%
G=17.35%
B=47.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164802170.240.6300.15276.7964.3258.24
HexA450D9183F0F115403a
Octal244120331307701742510072
Binary1010010010100001101100111000111111011111000101011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A450D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A450D9; }

 p { color: rgb(164,80,217); }

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

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

 a { background-color: rgb(164,80,217); }

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

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

 span { border-color: rgb(164,80,217); }

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