#A73DD9

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

Shades of Dark Orchid #A73DD9

Tints of Dark Orchid #A73DD9

Color information

#A73DD9 (or 0xA73DD9) is unknown color: approx Dark Orchid. HEX triplet: A7, 3D and D9. RGB value is (167,61,217). Sum of RGB (Red+Green+Blue) = 167+61+217=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #A73DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DD9 is #58C226. Grayscale: #6D6D6D. Windows color (decimal): -5816871 or 14237095. OLE color: 14237095.

HSL color Cylindrical-coordinate representation of color #A73DD9: hue angle of 280.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A73DD9 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16761217-
CMYK0.230.7200.15
HSL280.77º67.24%54.51%-
HSV(B)280.77º71.89%85.1%-
XYZ30.1316.5667.25-
YUV110.48188.12168.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.53%
GREEN value IS 61 (24.22% from 255) = 13.71%
BLUE value IS 217 (85.16% from 255) = 48.76%
R=37.53%
G=13.71%
B=48.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal167612170.230.7200.15280.7767.2454.51
HexA73DD917480F1194337
Octal247753312711001743110367
Binary1010011111110111011001101111001000011111000110011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73DD9; }

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

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

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

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

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

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

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

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