#ac54af

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

Shades of Violet Blue #AC54AF

Tints of Violet Blue #AC54AF

Color information

#AC54AF (or 0xAC54AF) is unknown color: approx Violet Blue. HEX triplet: AC, 54 and AF. RGB value is (172,84,175). Sum of RGB (Red+Green+Blue) = 172+84+175=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC54AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC54AF is #53AB50. Grayscale: #787878. Windows color (decimal): -5483345 or 11490476. OLE color: 11490476.

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

Color convert

RGB17284175-
CMYK0.020.5200.31
HSL298.02º36.25%50.78%-
HSV(B)298.02º52%68.63%-
XYZ27.9218.2142.6-
YUV120.69158.65164.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=39.91%
G=19.49%
B=40.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172841750.020.5200.31298.0236.2550.78
HexAC54AF23401F12a2433
Octal2541242572640374524463
Binary1010110010101001010111110110100011111100101010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac54af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac54af; }

 p { color: rgb(172,84,175); }

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

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

 a { background-color: rgb(172,84,175); }

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

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

 span { border-color: rgb(172,84,175); }

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