#A73DAD

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

Shades of Violet Blue #A73DAD

Tints of Violet Blue #A73DAD

Color information

#A73DAD (or 0xA73DAD) is unknown color: approx Violet Blue. HEX triplet: A7, 3D and AD. RGB value is (167,61,173). Sum of RGB (Red+Green+Blue) = 167+61+173=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #A73DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73DAD is #58C252. Grayscale: #696969. Windows color (decimal): -5816915 or 11353511. OLE color: 11353511.

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

Color convert

RGB16761173-
CMYK0.030.6500.32
HSL296.79º47.86%45.88%-
HSV(B)296.79º64.74%67.84%-
XYZ25.1514.5741.02-
YUV105.46166.12171.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 61 (24.22% from 255) = 15.21%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=41.65%
G=15.21%
B=43.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167611730.030.6500.32296.7947.8645.88
HexA73DAD341020129302e
Octal2477525531010404516056
Binary10100111111101101011011110000010100000100101001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73DAD; }

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

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

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

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

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

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

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

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