#A63FC6

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

Shades of Dark Orchid #A63FC6

Tints of Dark Orchid #A63FC6

Color information

#A63FC6 (or 0xA63FC6) is unknown color: approx Dark Orchid. HEX triplet: A6, 3F and C6. RGB value is (166,63,198). Sum of RGB (Red+Green+Blue) = 166+63+198=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #A63FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FC6 is #59C039. Grayscale: #6C6C6C. Windows color (decimal): -5881914 or 12992422. OLE color: 12992422.

HSL color Cylindrical-coordinate representation of color #A63FC6: hue angle of 285.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63FC6 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16663198-
CMYK0.160.6800.22
HSL285.78º54.22%51.18%-
HSV(B)285.78º68.18%77.65%-
XYZ27.715.7455-
YUV109.19178.12168.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 63 (25% from 255) = 14.75%
BLUE value IS 198 (77.73% from 255) = 46.37%
R=38.88%
G=14.75%
B=46.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166631980.160.6800.22285.7854.2251.18
HexA63FC6104401611e3633
Octal24677306201040264366663
Binary1010011011111111000110100001000100010110100011110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63FC6; }

 p { color: rgb(166,63,198); }

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

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

 a { background-color: rgb(166,63,198); }

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

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

 span { border-color: rgb(166,63,198); }

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