#A73BE6

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

Shades of Dark Orchid #A73BE6

Tints of Dark Orchid #A73BE6

Color information

#A73BE6 (or 0xA73BE6) is unknown color: approx Dark Orchid. HEX triplet: A7, 3B and E6. RGB value is (167,59,230). Sum of RGB (Red+Green+Blue) = 167+59+230=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #A73BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73BE6 is #58C419. Grayscale: #6E6E6E. Windows color (decimal): -5817370 or 15088551. OLE color: 15088551.

HSL color Cylindrical-coordinate representation of color #A73BE6: hue angle of 277.89º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A73BE6 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16759230-
CMYK0.270.7400.10
HSL277.89º77.38%56.67%-
HSV(B)277.89º74.35%90.2%-
XYZ31.7817.0676.48-
YUV110.79195.28168.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 59 (23.44% from 255) = 12.94%
BLUE value IS 230 (90.23% from 255) = 50.44%
R=36.62%
G=12.94%
B=50.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal167592300.270.7400.10277.8977.3856.67
HexA73BE61B4A0A1164d39
Octal247733463311201242611571
Binary1010011111101111100110110111001010010101000101101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73BE6; }

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

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

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

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

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

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

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

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