#A63BBE

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

Shades of Dark Orchid #A63BBE

Tints of Dark Orchid #A63BBE

Color information

#A63BBE (or 0xA63BBE) is unknown color: approx Dark Orchid. HEX triplet: A6, 3B and BE. RGB value is (166,59,190). Sum of RGB (Red+Green+Blue) = 166+59+190=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #A63BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BBE is #59C441. Grayscale: #696969. Windows color (decimal): -5882946 or 12467110. OLE color: 12467110.

HSL color Cylindrical-coordinate representation of color #A63BBE: hue angle of 289.01º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63BBE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16659190-
CMYK0.130.6900.25
HSL289.01º52.61%48.82%-
HSV(B)289.01º68.95%74.51%-
XYZ26.5814.9550.2-
YUV105.93175.45170.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 59 (23.44% from 255) = 14.22%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=40%
G=14.22%
B=45.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166591900.130.6900.25289.0152.6148.82
HexA63BBED450191213531
Octal24673276151050314416561
Binary101001101110111011111011011000101011001100100001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63BBE; }

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

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

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

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

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

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

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

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