#a63de0

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

Shades of Dark Orchid #A63DE0

Tints of Dark Orchid #A63DE0

Color information

#A63DE0 (or 0xA63DE0) is unknown color: approx Dark Orchid. HEX triplet: A6, 3D and E0. RGB value is (166,61,224). Sum of RGB (Red+Green+Blue) = 166+61+224=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #A63DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DE0 is #59C21F. Grayscale: #6E6E6E. Windows color (decimal): -5882400 or 14695846. OLE color: 14695846.

HSL color Cylindrical-coordinate representation of color #A63DE0: hue angle of 278.65º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63DE0 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16661224-
CMYK0.260.7300.12
HSL278.65º72.44%55.88%-
HSV(B)278.65º72.77%87.84%-
XYZ30.8516.8372.14-
YUV110.98191.79167.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 224 (87.89% from 255) = 49.67%
R=36.81%
G=13.53%
B=49.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal166612240.260.7300.12278.6572.4455.88
HexA63DE01A490C1174838
Octal246753403211101442711070
Binary1010011011110111100000110101001001011001000101111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a63de0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a63de0; }

 p { color: rgb(166,61,224); }

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

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

 a { background-color: rgb(166,61,224); }

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

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

 span { border-color: rgb(166,61,224); }

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