#A63ADD

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

Shades of Dark Orchid #A63ADD

Tints of Dark Orchid #A63ADD

Color information

#A63ADD (or 0xA63ADD) is unknown color: approx Dark Orchid. HEX triplet: A6, 3A and DD. RGB value is (166,58,221). Sum of RGB (Red+Green+Blue) = 166+58+221=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #A63ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ADD is #59C522. Grayscale: #6C6C6C. Windows color (decimal): -5883171 or 14498470. OLE color: 14498470.

HSL color Cylindrical-coordinate representation of color #A63ADD: hue angle of 279.75º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A63ADD is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16658221-
CMYK0.250.7400.13
HSL279.75º70.56%54.71%-
HSV(B)279.75º73.76%86.67%-
XYZ30.2916.3569.97-
YUV108.87191.28168.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 58 (23.05% from 255) = 13.03%
BLUE value IS 221 (86.72% from 255) = 49.66%
R=37.30%
G=13.03%
B=49.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166582210.250.7400.13279.7570.5654.71
HexA63ADD194A0D1184737
Octal246723353111201543010767
Binary1010011011101011011101110011001010011011000110001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63ADD; }

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

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

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

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

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

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

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

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