#A450F1

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

Shades of Medium Orchid #A450F1

Tints of Medium Orchid #A450F1

Color information

#A450F1 (or 0xA450F1) is unknown color: approx Medium Orchid. HEX triplet: A4, 50 and F1. RGB value is (164,80,241). Sum of RGB (Red+Green+Blue) = 164+80+241=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #A450F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A450F1 is #5BAF0E. Grayscale: #7A7A7A. Windows color (decimal): -6008591 or 15814820. OLE color: 15814820.

HSL color Cylindrical-coordinate representation of color #A450F1: hue angle of 271.3º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A450F1 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16480241-
CMYK0.320.6700.05
HSL271.3º85.19%62.94%-
HSV(B)271.3º66.8%94.51%-
XYZ34.0619.9885.28-
YUV123.47194.33156.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 80 (31.64% from 255) = 16.49%
BLUE value IS 241 (94.53% from 255) = 49.69%
R=33.81%
G=16.49%
B=49.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164802410.320.6700.05271.385.1962.94
HexA450F120430510f553f
Octal244120361401030541712577
Binary10100100101000011110001100000100001101011000011111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A450F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A450F1; }

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

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

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

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

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

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

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

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