#A64BF0

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

Shades of Medium Orchid #A64BF0

Tints of Medium Orchid #A64BF0

Color information

#A64BF0 (or 0xA64BF0) is unknown color: approx Medium Orchid. HEX triplet: A6, 4B and F0. RGB value is (166,75,240). Sum of RGB (Red+Green+Blue) = 166+75+240=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #A64BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64BF0 is #59B40F. Grayscale: #787878. Windows color (decimal): -5878800 or 15748006. OLE color: 15748006.

HSL color Cylindrical-coordinate representation of color #A64BF0: hue angle of 273.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A64BF0 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16675240-
CMYK0.310.6900.06
HSL273.09º84.62%61.76%-
HSV(B)273.09º68.75%94.12%-
XYZ33.9719.4384.4-
YUV121.02195.15160.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 75 (29.69% from 255) = 15.59%
BLUE value IS 240 (94.14% from 255) = 49.90%
R=34.51%
G=15.59%
B=49.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal166752400.310.6900.06273.0984.6261.76
HexA64BF01F4506111553e
Octal246113360371050642112576
Binary1010011010010111111000011111100010101101000100011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64BF0; }

 p { color: rgb(166,75,240); }

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

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

 a { background-color: rgb(166,75,240); }

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

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

 span { border-color: rgb(166,75,240); }

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