#A73BBA

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

Shades of Dark Orchid #A73BBA

Tints of Dark Orchid #A73BBA

Color information

#A73BBA (or 0xA73BBA) is unknown color: approx Dark Orchid. HEX triplet: A7, 3B and BA. RGB value is (167,59,186). Sum of RGB (Red+Green+Blue) = 167+59+186=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #A73BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73BBA is #58C445. Grayscale: #696969. Windows color (decimal): -5817414 or 12204967. OLE color: 12204967.

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

Color convert

RGB16759186-
CMYK0.100.6800.27
HSL291.02º51.84%48.04%-
HSV(B)291.02º68.28%72.94%-
XYZ26.3614.8947.94-
YUV105.77173.28171.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 59 (23.44% from 255) = 14.32%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=40.53%
G=14.32%
B=45.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167591860.100.6800.27291.0251.8448.04
HexA73BBAA4401B1233430
Octal24773272121040334436460
Binary101001111110111011101010101000100011011100100011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73BBA; }

 p { color: rgb(167,59,186); }

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

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

 a { background-color: rgb(167,59,186); }

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

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

 span { border-color: rgb(167,59,186); }

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