#A63BBA

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

Shades of Dark Orchid #A63BBA

Tints of Dark Orchid #A63BBA

Color information

#A63BBA (or 0xA63BBA) is unknown color: approx Dark Orchid. HEX triplet: A6, 3B and BA. RGB value is (166,59,186). Sum of RGB (Red+Green+Blue) = 166+59+186=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #A63BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BBA is #59C445. Grayscale: #696969. Windows color (decimal): -5882950 or 12204966. OLE color: 12204966.

HSL color Cylindrical-coordinate representation of color #A63BBA: hue angle of 290.55º degrees, saturation: 0.52, 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 #A63BBA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16659186-
CMYK0.110.6800.27
HSL290.55º51.84%48.04%-
HSV(B)290.55º68.28%72.94%-
XYZ26.1514.7847.93-
YUV105.47173.45171.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 59 (23.44% from 255) = 14.36%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=40.39%
G=14.36%
B=45.26%

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
Decimal166591860.110.6800.27290.5551.8448.04
HexA63BBAB4401B1233430
Octal24673272131040334436460
Binary101001101110111011101010111000100011011100100011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63BBA; }

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

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

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

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

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

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

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

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