#AC61B2

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

Shades of Violet Blue #AC61B2

Tints of Violet Blue #AC61B2

Color information

#AC61B2 (or 0xAC61B2) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and B2. RGB value is (172,97,178). Sum of RGB (Red+Green+Blue) = 172+97+178=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC61B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC61B2 is #539E4D. Grayscale: #808080. Windows color (decimal): -5480014 or 11690412. OLE color: 11690412.

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

Color convert

RGB17297178-
CMYK0.030.4600.30
HSL295.56º34.47%53.92%-
HSV(B)295.56º45.51%69.8%-
XYZ29.3220.5344.54-
YUV128.66155.85158.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 97 (38.28% from 255) = 21.70%
BLUE value IS 178 (69.92% from 255) = 39.82%
R=38.48%
G=21.70%
B=39.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172971780.030.4600.30295.5634.4753.92
HexAC61B232E01E1282236
Octal2541412623560364504266
Binary1010110011000011011001011101110011110100101000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61B2; }

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

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

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

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

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

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

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

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