#AC4DAF

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

Shades of Violet Blue #AC4DAF

Tints of Violet Blue #AC4DAF

Color information

#AC4DAF (or 0xAC4DAF) is unknown color: approx Violet Blue. HEX triplet: AC, 4D and AF. RGB value is (172,77,175). Sum of RGB (Red+Green+Blue) = 172+77+175=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC4DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4DAF is #53B250. Grayscale: #747474. Windows color (decimal): -5485137 or 11488684. OLE color: 11488684.

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

Color convert

RGB17277175-
CMYK0.020.5600.31
HSL298.16º38.89%49.41%-
HSV(B)298.16º56%68.63%-
XYZ27.4117.1742.43-
YUV116.58160.97167.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 77 (30.47% from 255) = 18.16%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=40.57%
G=18.16%
B=41.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172771750.020.5600.31298.1638.8949.41
HexAC4DAF23801F12a2731
Octal2541152572700374524761
Binary1010110010011011010111110111000011111100101010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4DAF; }

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

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

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

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

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

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

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

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