#a63ce0

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

Shades of Dark Orchid #A63CE0

Tints of Dark Orchid #A63CE0

Color information

#A63CE0 (or 0xA63CE0) is unknown color: approx Dark Orchid. HEX triplet: A6, 3C and E0. RGB value is (166,60,224). Sum of RGB (Red+Green+Blue) = 166+60+224=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #A63CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CE0 is #59C31F. Grayscale: #6D6D6D. Windows color (decimal): -5882656 or 14695590. OLE color: 14695590.

HSL color Cylindrical-coordinate representation of color #A63CE0: hue angle of 278.78º degrees, saturation: 0.73, 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 #A63CE0 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16660224-
CMYK0.260.7300.12
HSL278.78º72.57%55.69%-
HSV(B)278.78º73.21%87.84%-
XYZ30.816.7272.13-
YUV110.39192.12167.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 60 (23.83% from 255) = 13.33%
BLUE value IS 224 (87.89% from 255) = 49.78%
R=36.89%
G=13.33%
B=49.78%

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
Decimal166602240.260.7300.12278.7872.5755.69
HexA63CE01A490C1174938
Octal246743403211101442711170
Binary1010011011110011100000110101001001011001000101111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a63ce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a63ce0; }

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

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

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

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

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

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

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

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