#ac50af

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

Shades of Violet Blue #AC50AF

Tints of Violet Blue #AC50AF

Color information

#AC50AF (or 0xAC50AF) is unknown color: approx Violet Blue. HEX triplet: AC, 50 and AF. RGB value is (172,80,175). Sum of RGB (Red+Green+Blue) = 172+80+175=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC50AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC50AF is #53AF50. Grayscale: #767676. Windows color (decimal): -5484369 or 11489452. OLE color: 11489452.

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

Color convert

RGB17280175-
CMYK0.020.5400.31
HSL298.11º37.25%50%-
HSV(B)298.11º54.29%68.63%-
XYZ27.6217.642.5-
YUV118.34159.98166.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 80 (31.64% from 255) = 18.74%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=40.28%
G=18.74%
B=40.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172801750.020.5400.31298.1137.2550
HexAC50AF23601F12a2532
Octal2541202572660374524562
Binary1010110010100001010111110110110011111100101010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac50af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac50af; }

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

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

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

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

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

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

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

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