#A73CA4

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

Shades of Violet Blue #A73CA4

Tints of Violet Blue #A73CA4

Color information

#A73CA4 (or 0xA73CA4) is unknown color: approx Violet Blue. HEX triplet: A7, 3C and A4. RGB value is (167,60,164). Sum of RGB (Red+Green+Blue) = 167+60+164=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A73CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73CA4 is #58C35B. Grayscale: #676767. Windows color (decimal): -5817180 or 10763431. OLE color: 10763431.

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

Color convert

RGB16760164-
CMYK00.640.020.35
HSL301.68º47.14%44.51%-
HSV(B)301.68º64.07%65.49%-
XYZ24.2514.1336.57-
YUV103.85161.95173.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 60 (23.83% from 255) = 15.35%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=42.71%
G=15.35%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676016400.640.020.35301.6847.1444.51
HexA73CA404022312e2f2d
Octal2477424401002434565755
Binary10100111111100101001000100000010100011100101110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73CA4; }

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

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

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

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

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

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

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

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