#A63AD0

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

Shades of Dark Orchid #A63AD0

Tints of Dark Orchid #A63AD0

Color information

#A63AD0 (or 0xA63AD0) is unknown color: approx Dark Orchid. HEX triplet: A6, 3A and D0. RGB value is (166,58,208). Sum of RGB (Red+Green+Blue) = 166+58+208=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #A63AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63AD0 is #59C52F. Grayscale: #6A6A6A. Windows color (decimal): -5883184 or 13646502. OLE color: 13646502.

HSL color Cylindrical-coordinate representation of color #A63AD0: hue angle of 283.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A63AD0 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16658208-
CMYK0.200.7200.18
HSL283.2º61.48%52.16%-
HSV(B)283.2º72.12%81.57%-
XYZ28.6215.6961.19-
YUV107.39184.78169.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 58 (23.05% from 255) = 13.43%
BLUE value IS 208 (81.64% from 255) = 48.15%
R=38.43%
G=13.43%
B=48.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166582080.200.7200.18283.261.4852.16
HexA63AD0144801211b3d34
Octal24672320241100224337564
Binary1010011011101011010000101001001000010010100011011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63AD0; }

 p { color: rgb(166,58,208); }

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

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

 a { background-color: rgb(166,58,208); }

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

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

 span { border-color: rgb(166,58,208); }

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