#A73BAD

Color #A73BAD Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A73BAD

Tints of Violet Blue #A73BAD

Color information

#A73BAD (or 0xA73BAD) is unknown color: approx Violet Blue. HEX triplet: A7, 3B and AD. RGB value is (167,59,173). Sum of RGB (Red+Green+Blue) = 167+59+173=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #A73BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73BAD is #58C452. Grayscale: #676767. Windows color (decimal): -5817427 or 11352999. OLE color: 11352999.

HSL color Cylindrical-coordinate representation of color #A73BAD: hue angle of 296.84º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73BAD is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16759173-
CMYK0.030.6600.32
HSL296.84º49.14%45.49%-
HSV(B)296.84º65.9%67.84%-
XYZ25.0414.3640.99-
YUV104.29166.78172.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.85%
GREEN value IS 59 (23.44% from 255) = 14.79%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=41.85%
G=14.79%
B=43.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167591730.030.6600.32296.8449.1445.49
HexA73BAD342020129312d
Octal2477325531020404516155
Binary10100111111011101011011110000100100000100101001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73BAD; }

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

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

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

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

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

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

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

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