#A64CD4

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

Shades of Medium Orchid #A64CD4

Tints of Medium Orchid #A64CD4

Color information

#A64CD4 (or 0xA64CD4) is unknown color: approx Medium Orchid. HEX triplet: A6, 4C and D4. RGB value is (166,76,212). Sum of RGB (Red+Green+Blue) = 166+76+212=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #A64CD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CD4 is #59B32B. Grayscale: #757575. Windows color (decimal): -5878572 or 13913254. OLE color: 13913254.

HSL color Cylindrical-coordinate representation of color #A64CD4: hue angle of 279.71º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A64CD4 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16676212-
CMYK0.220.6400.17
HSL279.71º61.26%56.47%-
HSV(B)279.71º64.15%83.14%-
XYZ30.1918.0364.18-
YUV118.41180.82161.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.56%
GREEN value IS 76 (30.08% from 255) = 16.74%
BLUE value IS 212 (83.20% from 255) = 46.70%
R=36.56%
G=16.74%
B=46.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal166762120.220.6400.17279.7161.2656.47
HexA64CD416400111183d38
Octal246114324261000214307570
Binary10100110100110011010100101101000000010001100011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64CD4; }

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

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

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

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

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

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

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

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