#AC61B1

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

Shades of Violet Blue #AC61B1

Tints of Violet Blue #AC61B1

Color information

#AC61B1 (or 0xAC61B1) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and B1. RGB value is (172,97,177). Sum of RGB (Red+Green+Blue) = 172+97+177=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC61B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC61B1 is #539E4E. Grayscale: #808080. Windows color (decimal): -5480015 or 11624876. OLE color: 11624876.

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

Color convert

RGB17297177-
CMYK0.030.4500.31
HSL296.25º33.9%53.73%-
HSV(B)296.25º45.2%69.41%-
XYZ29.2220.4944.01-
YUV128.54155.35159-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 177 (69.53% from 255) = 39.69%
R=38.57%
G=21.75%
B=39.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172971770.030.4500.31296.2533.953.73
HexAC61B132D01F1282236
Octal2541412613550374504266
Binary1010110011000011011000111101101011111100101000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61B1; }

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

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

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

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

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

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

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

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