#a64cf4

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

Shades of Medium Orchid #A64CF4

Tints of Medium Orchid #A64CF4

Color information

#A64CF4 (or 0xA64CF4) is unknown color: approx Medium Orchid. HEX triplet: A6, 4C and F4. RGB value is (166,76,244). Sum of RGB (Red+Green+Blue) = 166+76+244=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #A64CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64CF4 is #59B30B. Grayscale: #797979. Windows color (decimal): -5878540 or 16010406. OLE color: 16010406.

HSL color Cylindrical-coordinate representation of color #A64CF4: hue angle of 272.14º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A64CF4 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16676244-
CMYK0.320.6900.04
HSL272.14º88.42%62.75%-
HSV(B)272.14º68.85%95.69%-
XYZ34.6419.8187.59-
YUV122.06196.82159.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 76 (30.08% from 255) = 15.64%
BLUE value IS 244 (95.70% from 255) = 50.21%
R=34.16%
G=15.64%
B=50.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal166762440.320.6900.04272.1488.4262.75
HexA64CF4204504110583f
Octal246114364401050442013077
Binary10100110100110011110100100000100010101001000100001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a64cf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a64cf4; }

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

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

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

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

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

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

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

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