#A64FDD

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

Shades of Medium Orchid #A64FDD

Tints of Medium Orchid #A64FDD

Color information

#A64FDD (or 0xA64FDD) is unknown color: approx Medium Orchid. HEX triplet: A6, 4F and DD. RGB value is (166,79,221). Sum of RGB (Red+Green+Blue) = 166+79+221=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #A64FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FDD is #59B022. Grayscale: #787878. Windows color (decimal): -5877795 or 14503846. OLE color: 14503846.

HSL color Cylindrical-coordinate representation of color #A64FDD: hue angle of 276.76º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A64FDD is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16679221-
CMYK0.250.6400.13
HSL276.76º67.62%58.82%-
HSV(B)276.76º64.25%86.67%-
XYZ31.5718.9270.39-
YUV121.2184.32159.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.62%
GREEN value IS 79 (31.25% from 255) = 16.95%
BLUE value IS 221 (86.72% from 255) = 47.42%
R=35.62%
G=16.95%
B=47.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166792210.250.6400.13276.7667.6258.82
HexA64FDD19400D115443b
Octal2461173353110001542510473
Binary10100110100111111011101110011000000011011000101011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64FDD; }

 p { color: rgb(166,79,221); }

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

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

 a { background-color: rgb(166,79,221); }

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

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

 span { border-color: rgb(166,79,221); }

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