#AC73B1

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

Shades of Violet Blue #AC73B1

Tints of Violet Blue #AC73B1

Color information

#AC73B1 (or 0xAC73B1) is unknown color: approx Violet Blue. HEX triplet: AC, 73 and B1. RGB value is (172,115,177). Sum of RGB (Red+Green+Blue) = 172+115+177=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC73B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC73B1 is #538C4E. Grayscale: #8A8A8A. Windows color (decimal): -5475407 or 11629484. OLE color: 11629484.

HSL color Cylindrical-coordinate representation of color #AC73B1: hue angle of 295.16º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC73B1 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172115177-
CMYK0.030.3500.31
HSL295.16º28.44%57.25%-
HSV(B)295.16º35.03%69.41%-
XYZ31.0824.2144.63-
YUV139.11149.38151.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 115 (45.31% from 255) = 24.78%
BLUE value IS 177 (69.53% from 255) = 38.15%
R=37.07%
G=24.78%
B=38.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721151770.030.3500.31295.1628.4457.25
HexAC73B132301F1271c39
Octal2541632613430374473471
Binary101011001110011101100011110001101111110010011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC73B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC73B1; }

 p { color: rgb(172,115,177); }

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

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

 a { background-color: rgb(172,115,177); }

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

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

 span { border-color: rgb(172,115,177); }

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