#a73ade

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

Shades of Dark Orchid #A73ADE

Tints of Dark Orchid #A73ADE

Color information

#A73ADE (or 0xA73ADE) is unknown color: approx Dark Orchid. HEX triplet: A7, 3A and DE. RGB value is (167,58,222). Sum of RGB (Red+Green+Blue) = 167+58+222=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #A73ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ADE is #58C521. Grayscale: #6C6C6C. Windows color (decimal): -5817634 or 14564007. OLE color: 14564007.

HSL color Cylindrical-coordinate representation of color #A73ADE: hue angle of 279.88º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A73ADE is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16758222-
CMYK0.250.7400.13
HSL279.88º71.3%54.9%-
HSV(B)279.88º73.87%87.06%-
XYZ30.6316.5270.68-
YUV109.29191.61169.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.36%
GREEN value IS 58 (23.05% from 255) = 12.98%
BLUE value IS 222 (87.11% from 255) = 49.66%
R=37.36%
G=12.98%
B=49.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal167582220.250.7400.13279.8871.354.9
HexA73ADE194A0D1184737
Octal247723363111201543010767
Binary1010011111101011011110110011001010011011000110001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a73ade

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a73ade; }

 p { color: rgb(167,58,222); }

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

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

 a { background-color: rgb(167,58,222); }

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

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

 span { border-color: rgb(167,58,222); }

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