#A63DE8

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

Shades of Dark Orchid #A63DE8

Tints of Dark Orchid #A63DE8

Color information

#A63DE8 (or 0xA63DE8) is unknown color: approx Dark Orchid. HEX triplet: A6, 3D and E8. RGB value is (166,61,232). Sum of RGB (Red+Green+Blue) = 166+61+232=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #A63DE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63DE8 is #59C217. Grayscale: #6F6F6F. Windows color (decimal): -5882392 or 15220134. OLE color: 15220134.

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

Color convert

RGB16661232-
CMYK0.280.7400.09
HSL276.84º78.8%57.45%-
HSV(B)276.84º73.71%90.98%-
XYZ31.9617.2777.99-
YUV111.89195.79166.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 61 (24.22% from 255) = 13.29%
BLUE value IS 232 (91.02% from 255) = 50.54%
R=36.17%
G=13.29%
B=50.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166612320.280.7400.09276.8478.857.45
HexA63DE81C4A091154f39
Octal246753503411201142511771
Binary1010011011110111101000111001001010010011000101011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63DE8; }

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

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

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

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

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

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

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

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