#A63CBA

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

Shades of Dark Orchid #A63CBA

Tints of Dark Orchid #A63CBA

Color information

#A63CBA (or 0xA63CBA) is unknown color: approx Dark Orchid. HEX triplet: A6, 3C and BA. RGB value is (166,60,186). Sum of RGB (Red+Green+Blue) = 166+60+186=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #A63CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CBA is #59C345. Grayscale: #696969. Windows color (decimal): -5882694 or 12205222. OLE color: 12205222.

HSL color Cylindrical-coordinate representation of color #A63CBA: hue angle of 290.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63CBA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16660186-
CMYK0.110.6800.27
HSL290.48º51.22%48.24%-
HSV(B)290.48º67.74%72.94%-
XYZ26.214.8847.95-
YUV106.06173.12170.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 60 (23.83% from 255) = 14.56%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=40.29%
G=14.56%
B=45.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166601860.110.6800.27290.4851.2248.24
HexA63CBAB4401B1223330
Octal24674272131040334426360
Binary101001101111001011101010111000100011011100100010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63CBA; }

 p { color: rgb(166,60,186); }

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

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

 a { background-color: rgb(166,60,186); }

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

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

 span { border-color: rgb(166,60,186); }

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