Shades of Violet Blue #AC38A5
Tints of Violet Blue #AC38A5
RGB
CMYK
RGB Variations
Color information
#AC38A5 (or 0xAC38A5) is known color: Violet Blue. HEX triplet: AC, 38 and A5. RGB value is (172,56,165). Sum of RGB (Red+Green+Blue) = 172+56+165=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC38A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC38A5 is #53C75A. Grayscale: #666666. Windows color (decimal): -5490523 or 10827948. OLE color: 10827948.
HSL color Cylindrical-coordinate representation of color #AC38A5: hue angle of 303.62º 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 #AC38A5 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 165 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.33 |
| HSL | 303.62º | 0.51% | 0.45% | - |
| HSV(B) | 303.62º | 0.67% | 0.67% | - |
| XYZ | 25.22 | 14.32 | 37.03 | - |
| YUV | 103.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 165 | 0 | 0.67 | 0.04 | 0.33 | 303.62 | 0.51 | 0.45 |
| Hex | AC | 38 | A5 | 0 | 43 | 4 | 21 | 130 | 33 | 2D |
| Octal | 254 | 70 | 245 | 0 | 103 | 4 | 41 | 460 | 63 | 55 |
| Binary | 10101100 | 111000 | 10100101 | 0 | 1000011 | 100 | 100001 | 100110000 | 110011 | 101101 |
Color Harmonies of #AC38A5
Complementary color
Monochromatic Colors of #AC38A5
Black with #AC38A5
Text Example
Text Example
White with #AC38A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC38A5; }
p { color: rgb(172,56,165); }
H1.HeaderClassName
{
color: #AC38A5;
}
.AnyTagClassName
{
color: #AC38A5;
}
</style>
background-color css
<style>
a { background-color: #AC38A5; }
a { background-color: rgb(172,56,165); }
div.DivClassName
{
background-color: #AC38A5;
}
.BgClassName
{
background-color: #AC38A5;
}
</style>
border-color css
<style>
span { border-color: #AC38A5; }
span { border-color: rgb(172,56,165); }
td.TdClassName
{
border-color: #AC38A5;
}
.TagClassName
{
border-color: #AC38A5;
}
</style>