#A73EBD

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

Shades of Dark Orchid #A73EBD

Tints of Dark Orchid #A73EBD

Color information

#A73EBD (or 0xA73EBD) is unknown color: approx Dark Orchid. HEX triplet: A7, 3E and BD. RGB value is (167,62,189). Sum of RGB (Red+Green+Blue) = 167+62+189=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #A73EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73EBD is #58C142. Grayscale: #6B6B6B. Windows color (decimal): -5816643 or 12402343. OLE color: 12402343.

HSL color Cylindrical-coordinate representation of color #A73EBD: hue angle of 289.61º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A73EBD is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16762189-
CMYK0.120.6700.26
HSL289.61º50.6%49.22%-
HSV(B)289.61º67.2%74.12%-
XYZ26.8415.3349.69-
YUV107.87173.79170.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.95%
GREEN value IS 62 (24.61% from 255) = 14.83%
BLUE value IS 189 (74.22% from 255) = 45.22%
R=39.95%
G=14.83%
B=45.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167621890.120.6700.26289.6150.649.22
HexA73EBDC4301A1223331
Octal24776275141030324426361
Binary101001111111101011110111001000011011010100100010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73EBD; }

 p { color: rgb(167,62,189); }

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

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

 a { background-color: rgb(167,62,189); }

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

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

 span { border-color: rgb(167,62,189); }

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