#AC61B4

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

Shades of Violet Blue #AC61B4

Tints of Violet Blue #AC61B4

Color information

#AC61B4 (or 0xAC61B4) is unknown color: approx Violet Blue. HEX triplet: AC, 61 and B4. RGB value is (172,97,180). Sum of RGB (Red+Green+Blue) = 172+97+180=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC61B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC61B4 is #539E4B. Grayscale: #808080. Windows color (decimal): -5480012 or 11821484. OLE color: 11821484.

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

Color convert

RGB17297180-
CMYK0.040.4600.29
HSL294.22º35.62%54.31%-
HSV(B)294.22º46.11%70.59%-
XYZ29.5320.6245.6-
YUV128.89156.85158.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=38.31%
G=21.60%
B=40.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172971800.040.4600.29294.2235.6254.31
HexAC61B442E01D1262436
Octal2541412644560354464466
Binary10101100110000110110100100101110011101100100110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC61B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC61B4; }

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

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

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

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

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

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

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

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