#A73CB5

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

Shades of Dark Orchid #A73CB5

Tints of Dark Orchid #A73CB5

Color information

#A73CB5 (or 0xA73CB5) is unknown color: approx Dark Orchid. HEX triplet: A7, 3C and B5. RGB value is (167,60,181). Sum of RGB (Red+Green+Blue) = 167+60+181=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 181 - color contains mainly: blue. Hex color #A73CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CB5 is #58C34A. Grayscale: #696969. Windows color (decimal): -5817163 or 11877543. OLE color: 11877543.

HSL color Cylindrical-coordinate representation of color #A73CB5: hue angle of 293.06º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A73CB5 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16760181-
CMYK0.080.6700.29
HSL293.06º50.21%47.25%-
HSV(B)293.06º66.85%70.98%-
XYZ25.8914.7845.2-
YUV105.79170.45171.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 60 (23.83% from 255) = 14.71%
BLUE value IS 181 (71.09% from 255) = 44.36%
R=40.93%
G=14.71%
B=44.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167601810.080.6700.29293.0650.2147.25
HexA73CB584301D125322f
Octal24774265101030354456257
Binary101001111111001011010110001000011011101100100101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73CB5; }

 p { color: rgb(167,60,181); }

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

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

 a { background-color: rgb(167,60,181); }

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

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

 span { border-color: rgb(167,60,181); }

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