#AC4FB0

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

Shades of Violet Blue #AC4FB0

Tints of Violet Blue #AC4FB0

Color information

#AC4FB0 (or 0xAC4FB0) is unknown color: approx Violet Blue. HEX triplet: AC, 4F and B0. RGB value is (172,79,176). Sum of RGB (Red+Green+Blue) = 172+79+176=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC4FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4FB0 is #53B04F. Grayscale: #757575. Windows color (decimal): -5484624 or 11554732. OLE color: 11554732.

HSL color Cylindrical-coordinate representation of color #AC4FB0: hue angle of 297.53º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4FB0 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17279176-
CMYK0.020.5500.31
HSL297.53º38.04%50%-
HSV(B)297.53º55.11%69.02%-
XYZ27.6517.542.99-
YUV117.86160.81166.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 79 (31.25% from 255) = 18.50%
BLUE value IS 176 (69.14% from 255) = 41.22%
R=40.28%
G=18.50%
B=41.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172791760.020.5500.31297.5338.0450
HexAC4FB023701F12a2632
Octal2541172602670374524662
Binary1010110010011111011000010110111011111100101010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4FB0; }

 p { color: rgb(172,79,176); }

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

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

 a { background-color: rgb(172,79,176); }

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

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

 span { border-color: rgb(172,79,176); }

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