#A73BA2

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

Shades of Violet Blue #A73BA2

Tints of Violet Blue #A73BA2

Color information

#A73BA2 (or 0xA73BA2) is unknown color: approx Violet Blue. HEX triplet: A7, 3B and A2. RGB value is (167,59,162). Sum of RGB (Red+Green+Blue) = 167+59+162=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A73BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73BA2 is #58C45D. Grayscale: #666666. Windows color (decimal): -5817438 or 10632103. OLE color: 10632103.

HSL color Cylindrical-coordinate representation of color #A73BA2: hue angle of 302.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A73BA2 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB16759162-
CMYK00.650.030.35
HSL302.78º47.79%44.31%-
HSV(B)302.78º64.67%65.49%-
XYZ24.0213.9535.61-
YUV103.03161.28173.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 59 (23.44% from 255) = 15.21%
BLUE value IS 162 (63.67% from 255) = 41.75%
R=43.04%
G=15.21%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675916200.650.030.35302.7847.7944.31
HexA73BA204132312f302c
Octal2477324201013434576054
Binary10100111111011101000100100000111100011100101111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73BA2; }

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

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

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

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

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

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

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

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