#AC38A8

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

Shades of Violet Blue #AC38A8

Tints of Violet Blue #AC38A8

Color information

#AC38A8 (or 0xAC38A8) is unknown color: approx Violet Blue. HEX triplet: AC, 38 and A8. RGB value is (172,56,168). Sum of RGB (Red+Green+Blue) = 172+56+168=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC38A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC38A8 is #53C757. Grayscale: #676767. Windows color (decimal): -5490520 or 11024556. OLE color: 11024556.

HSL color Cylindrical-coordinate representation of color #AC38A8: hue angle of 302.07º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC38A8 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17256168-
CMYK00.670.020.33
HSL302.07º50.88%44.71%-
HSV(B)302.07º67.44%67.45%-
XYZ25.514.4338.49-
YUV103.45164.43176.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 56 (22.27% from 255) = 14.14%
BLUE value IS 168 (66.02% from 255) = 42.42%
R=43.43%
G=14.14%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725616800.670.020.33302.0750.8844.71
HexAC38A804322112e332d
Octal2547025001032414566355
Binary10101100111000101010000100001110100001100101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC38A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC38A8; }

 p { color: rgb(172,56,168); }

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

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

 a { background-color: rgb(172,56,168); }

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

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

 span { border-color: rgb(172,56,168); }

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