#a64cf1

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

Shades of Medium Orchid #A64CF1

Tints of Medium Orchid #A64CF1

Color information

#A64CF1 (or 0xA64CF1) is unknown color: approx Medium Orchid. HEX triplet: A6, 4C and F1. RGB value is (166,76,241). Sum of RGB (Red+Green+Blue) = 166+76+241=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #A64CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64CF1 is #59B30E. Grayscale: #797979. Windows color (decimal): -5878543 or 15813798. OLE color: 15813798.

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

Color convert

RGB16676241-
CMYK0.310.6800.05
HSL272.73º85.49%62.16%-
HSV(B)272.73º68.46%94.51%-
XYZ34.1919.6385.21-
YUV121.72195.32159.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 76 (30.08% from 255) = 15.73%
BLUE value IS 241 (94.53% from 255) = 49.90%
R=34.37%
G=15.73%
B=49.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal166762410.310.6800.05272.7385.4962.16
HexA64CF11F4405111553e
Octal246114361371040542112576
Binary1010011010011001111000111111100010001011000100011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a64cf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a64cf1; }

 p { color: rgb(166,76,241); }

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

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

 a { background-color: rgb(166,76,241); }

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

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

 span { border-color: rgb(166,76,241); }

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