#AC62B2

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

Shades of Violet Blue #AC62B2

Tints of Violet Blue #AC62B2

Color information

#AC62B2 (or 0xAC62B2) is unknown color: approx Violet Blue. HEX triplet: AC, 62 and B2. RGB value is (172,98,178). Sum of RGB (Red+Green+Blue) = 172+98+178=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC62B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC62B2 is #539D4D. Grayscale: #818181. Windows color (decimal): -5479758 or 11690668. OLE color: 11690668.

HSL color Cylindrical-coordinate representation of color #AC62B2: hue angle of 295.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC62B2 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17298178-
CMYK0.030.4500.30
HSL295.5º34.19%54.12%-
HSV(B)295.5º44.94%69.8%-
XYZ29.4220.7244.57-
YUV129.25155.52158.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 98 (38.67% from 255) = 21.88%
BLUE value IS 178 (69.92% from 255) = 39.73%
R=38.39%
G=21.88%
B=39.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172981780.030.4500.30295.534.1954.12
HexAC62B232D01E1282236
Octal2541422623550364504266
Binary1010110011000101011001011101101011110100101000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC62B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC62B2; }

 p { color: rgb(172,98,178); }

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

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

 a { background-color: rgb(172,98,178); }

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

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

 span { border-color: rgb(172,98,178); }

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