#A73D9D

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

Shades of Violet Blue #A73D9D

Tints of Violet Blue #A73D9D

Color information

#A73D9D (or 0xA73D9D) is unknown color: approx Violet Blue. HEX triplet: A7, 3D and 9D. RGB value is (167,61,157). Sum of RGB (Red+Green+Blue) = 167+61+157=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73D9D is #58C262. Grayscale: #676767. Windows color (decimal): -5816931 or 10304935. OLE color: 10304935.

HSL color Cylindrical-coordinate representation of color #A73D9D: hue angle of 305.66º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A73D9D is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB16761157-
CMYK00.630.060.35
HSL305.66º46.49%44.71%-
HSV(B)305.66º63.47%65.49%-
XYZ23.6913.9933.35-
YUV103.64158.12173.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 61 (24.22% from 255) = 15.84%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=43.38%
G=15.84%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676115700.630.060.35305.6646.4944.71
HexA73D9D03F6231322e2d
Octal247752350776434625655
Binary10100111111101100111010111111110100011100110010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73D9D; }

 p { color: rgb(167,61,157); }

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

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

 a { background-color: rgb(167,61,157); }

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

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

 span { border-color: rgb(167,61,157); }

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