#A73CAB

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

Shades of Violet Blue #A73CAB

Tints of Violet Blue #A73CAB

Color information

#A73CAB (or 0xA73CAB) is unknown color: approx Violet Blue. HEX triplet: A7, 3C and AB. RGB value is (167,60,171). Sum of RGB (Red+Green+Blue) = 167+60+171=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #A73CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73CAB is #58C354. Grayscale: #686868. Windows color (decimal): -5817173 or 11222183. OLE color: 11222183.

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

Color convert

RGB16760171-
CMYK0.020.6500.33
HSL297.84º48.05%45.29%-
HSV(B)297.84º64.91%67.06%-
XYZ24.914.3939.99-
YUV104.65165.45172.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 60 (23.83% from 255) = 15.08%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=41.96%
G=15.08%
B=42.96%

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
Decimal167601710.020.6500.33297.8448.0545.29
HexA73CAB24102112a302d
Octal2477425321010414526055
Binary10100111111100101010111010000010100001100101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73CAB; }

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

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

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

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

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

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

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

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