#A63EC9

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

Shades of Dark Orchid #A63EC9

Tints of Dark Orchid #A63EC9

Color information

#A63EC9 (or 0xA63EC9) is unknown color: approx Dark Orchid. HEX triplet: A6, 3E and C9. RGB value is (166,62,201). Sum of RGB (Red+Green+Blue) = 166+62+201=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #A63EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63EC9 is #59C136. Grayscale: #6C6C6C. Windows color (decimal): -5882167 or 13188774. OLE color: 13188774.

HSL color Cylindrical-coordinate representation of color #A63EC9: hue angle of 284.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63EC9 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16662201-
CMYK0.170.6900.21
HSL284.89º56.28%51.57%-
HSV(B)284.89º69.15%78.82%-
XYZ27.9915.7756.83-
YUV108.94179.96168.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 62 (24.61% from 255) = 14.45%
BLUE value IS 201 (78.91% from 255) = 46.85%
R=38.69%
G=14.45%
B=46.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166622010.170.6900.21284.8956.2851.57
HexA63EC9114501511d3834
Octal24676311211050254357064
Binary1010011011111011001001100011000101010101100011101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63EC9; }

 p { color: rgb(166,62,201); }

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

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

 a { background-color: rgb(166,62,201); }

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

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

 span { border-color: rgb(166,62,201); }

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