#A63BE6

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

Shades of Dark Orchid #A63BE6

Tints of Dark Orchid #A63BE6

Color information

#A63BE6 (or 0xA63BE6) is unknown color: approx Dark Orchid. HEX triplet: A6, 3B and E6. RGB value is (166,59,230). Sum of RGB (Red+Green+Blue) = 166+59+230=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 230 (90.23% from 255 or 50.55% from 455); Max value from RGB is 230 - color contains mainly: blue. Hex color #A63BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63BE6 is #59C419. Grayscale: #6D6D6D. Windows color (decimal): -5882906 or 15088550. OLE color: 15088550.

HSL color Cylindrical-coordinate representation of color #A63BE6: hue angle of 277.54º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A63BE6 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16659230-
CMYK0.280.7400.10
HSL277.54º77.38%56.67%-
HSV(B)277.54º74.35%90.2%-
XYZ31.5716.9576.47-
YUV110.49195.45167.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 59 (23.44% from 255) = 12.97%
BLUE value IS 230 (90.23% from 255) = 50.55%
R=36.48%
G=12.97%
B=50.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal166592300.280.7400.10277.5477.3856.67
HexA63BE61C4A0A1164d39
Octal246733463411201242611571
Binary1010011011101111100110111001001010010101000101101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63BE6; }

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

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

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

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

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

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

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

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