#A63BBC

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

Shades of Dark Orchid #A63BBC

Tints of Dark Orchid #A63BBC

Color information

#A63BBC (or 0xA63BBC) is unknown color: approx Dark Orchid. HEX triplet: A6, 3B and BC. RGB value is (166,59,188). Sum of RGB (Red+Green+Blue) = 166+59+188=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #A63BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BBC is #59C443. Grayscale: #696969. Windows color (decimal): -5882948 or 12336038. OLE color: 12336038.

HSL color Cylindrical-coordinate representation of color #A63BBC: hue angle of 289.77º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63BBC is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16659188-
CMYK0.120.6900.26
HSL289.77º52.23%48.43%-
HSV(B)289.77º68.62%73.73%-
XYZ26.3714.8749.06-
YUV105.7174.45171.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 59 (23.44% from 255) = 14.29%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=40.19%
G=14.29%
B=45.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166591880.120.6900.26289.7752.2348.43
HexA63BBCC4501A1223430
Octal24673274141050324426460
Binary101001101110111011110011001000101011010100100010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63BBC; }

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

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

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

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

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

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

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

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