#A63DBE

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

Shades of Dark Orchid #A63DBE

Tints of Dark Orchid #A63DBE

Color information

#A63DBE (or 0xA63DBE) is unknown color: approx Dark Orchid. HEX triplet: A6, 3D and BE. RGB value is (166,61,190). Sum of RGB (Red+Green+Blue) = 166+61+190=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #A63DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DBE is #59C241. Grayscale: #6A6A6A. Windows color (decimal): -5882434 or 12467622. OLE color: 12467622.

HSL color Cylindrical-coordinate representation of color #A63DBE: hue angle of 288.84º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63DBE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16661190-
CMYK0.130.6800.25
HSL288.84º51.39%49.22%-
HSV(B)288.84º67.89%74.51%-
XYZ26.6915.1650.24-
YUV107.1174.79170.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 61 (24.22% from 255) = 14.63%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=39.81%
G=14.63%
B=45.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166611900.130.6800.25288.8451.3949.22
HexA63DBED440191213331
Octal24675276151040314416361
Binary101001101111011011111011011000100011001100100001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63DBE; }

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

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

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

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

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

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

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

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