#A73CAA

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

Shades of Violet Blue #A73CAA

Tints of Violet Blue #A73CAA

Color information

#A73CAA (or 0xA73CAA) is unknown color: approx Violet Blue. HEX triplet: A7, 3C and AA. RGB value is (167,60,170). Sum of RGB (Red+Green+Blue) = 167+60+170=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #A73CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73CAA is #58C355. Grayscale: #686868. Windows color (decimal): -5817174 or 11156647. OLE color: 11156647.

HSL color Cylindrical-coordinate representation of color #A73CAA: hue angle of 298.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A73CAA is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16760170-
CMYK0.020.6500.33
HSL298.36º47.83%45.1%-
HSV(B)298.36º64.71%66.67%-
XYZ24.8114.3539.49-
YUV104.53164.95172.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.07%
GREEN value IS 60 (23.83% from 255) = 15.11%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=42.07%
G=15.11%
B=42.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167601700.020.6500.33298.3647.8345.1
HexA73CAA24102112a302d
Octal2477425221010414526055
Binary10100111111100101010101010000010100001100101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73CAA; }

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

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

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

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

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

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

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

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