#A73CAD

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

Shades of Violet Blue #A73CAD

Tints of Violet Blue #A73CAD

Color information

#A73CAD (or 0xA73CAD) is unknown color: approx Violet Blue. HEX triplet: A7, 3C and AD. RGB value is (167,60,173). Sum of RGB (Red+Green+Blue) = 167+60+173=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #A73CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73CAD is #58C352. Grayscale: #686868. Windows color (decimal): -5817171 or 11353255. OLE color: 11353255.

HSL color Cylindrical-coordinate representation of color #A73CAD: hue angle of 296.81º 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 #A73CAD is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16760173-
CMYK0.030.6500.32
HSL296.81º48.5%45.69%-
HSV(B)296.81º65.32%67.84%-
XYZ25.114.4641-
YUV104.88166.45172.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.75%
GREEN value IS 60 (23.83% from 255) = 15%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=41.75%
G=15%
B=43.25%

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
Decimal167601730.030.6500.32296.8148.545.69
HexA73CAD341020129302e
Octal2477425531010404516056
Binary10100111111100101011011110000010100000100101001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73CAD; }

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

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

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

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

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

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

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

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