#AC61B5

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

Shades of Violet Blue #AC61B5

Tints of Violet Blue #AC61B5

Color information

#AC61B5 (or 0xAC61B5) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and B5. RGB value is (172,97,181). Sum of RGB (Red+Green+Blue) = 172+97+181=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 181 - color contains mainly: blue. Hex color #AC61B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61B5 is #539E4A. Grayscale: #808080. Windows color (decimal): -5480011 or 11887020. OLE color: 11887020.

HSL color Cylindrical-coordinate representation of color #AC61B5: hue angle of 293.57º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC61B5 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17297181-
CMYK0.050.4600.29
HSL293.57º36.21%54.51%-
HSV(B)293.57º46.41%70.98%-
XYZ29.6320.6646.14-
YUV129157.35158.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 97 (38.28% from 255) = 21.56%
BLUE value IS 181 (71.09% from 255) = 40.22%
R=38.22%
G=21.56%
B=40.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172971810.050.4600.29293.5736.2154.51
HexAC61B552E01D1262437
Octal2541412655560354464467
Binary10101100110000110110101101101110011101100100110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61B5; }

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

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

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

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

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

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

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

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