#A73DB9

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

Shades of Dark Orchid #A73DB9

Tints of Dark Orchid #A73DB9

Color information

#A73DB9 (or 0xA73DB9) is unknown color: approx Dark Orchid. HEX triplet: A7, 3D and B9. RGB value is (167,61,185). Sum of RGB (Red+Green+Blue) = 167+61+185=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #A73DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DB9 is #58C246. Grayscale: #6A6A6A. Windows color (decimal): -5816903 or 12139943. OLE color: 12139943.

HSL color Cylindrical-coordinate representation of color #A73DB9: hue angle of 291.29º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A73DB9 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16761185-
CMYK0.100.6700.27
HSL291.29º50.41%48.24%-
HSV(B)291.29º67.03%72.55%-
XYZ26.3615.0647.42-
YUV106.83172.12170.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 61 (24.22% from 255) = 14.77%
BLUE value IS 185 (72.66% from 255) = 44.79%
R=40.44%
G=14.77%
B=44.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167611850.100.6700.27291.2950.4148.24
HexA73DB9A4301B1233230
Octal24775271121030334436260
Binary101001111111011011100110101000011011011100100011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73DB9; }

 p { color: rgb(167,61,185); }

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

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

 a { background-color: rgb(167,61,185); }

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

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

 span { border-color: rgb(167,61,185); }

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