Shades of Violet Blue #AC65B7
Tints of Violet Blue #AC65B7
RGB
CMYK
RGB Variations
Color information
#AC65B7 (or 0xAC65B7) is known color: Violet Blue. HEX triplet: AC, 65 and B7. RGB value is (172,101,183). Sum of RGB (Red+Green+Blue) = 172+101+183=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC65B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65B7 is #539A48. Grayscale: #838383. Windows color (decimal): -5478985 or 12019116. OLE color: 12019116.
HSL color Cylindrical-coordinate representation of color #AC65B7: hue angle of 291.95º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC65B7 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 101 | 183 | - |
CMYK | 0.06 | 0.45 | 0 | 0.28 |
HSL | 291.95º | 0.36% | 0.56% | - |
HSV(B) | 291.95º | 0.45% | 0.72% | - |
XYZ | 30.21 | 21.5 | 47.36 | - |
YUV | 131.58 | 157.02 | 156.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 101 | 183 | 0.06 | 0.45 | 0 | 0.28 | 291.95 | 0.36 | 0.56 |
Hex | AC | 65 | B7 | 6 | 2D | 0 | 1C | 124 | 24 | 38 |
Octal | 254 | 145 | 267 | 6 | 55 | 0 | 34 | 444 | 44 | 70 |
Binary | 10101100 | 1100101 | 10110111 | 110 | 101101 | 0 | 11100 | 100100100 | 100100 | 111000 |
Color Harmonies of #AC65B7
Complementary color
Monochromatic Colors of #AC65B7
Black with #AC65B7
Text Example
Text Example
White with #AC65B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65B7; }
p { color: rgb(172,101,183); }
H1.HeaderClassName
{
color: #AC65B7;
}
.AnyTagClassName
{
color: #AC65B7;
}
</style>
background-color css
<style>
a { background-color: #AC65B7; }
a { background-color: rgb(172,101,183); }
div.DivClassName
{
background-color: #AC65B7;
}
.BgClassName
{
background-color: #AC65B7;
}
</style>
border-color css
<style>
span { border-color: #AC65B7; }
span { border-color: rgb(172,101,183); }
td.TdClassName
{
border-color: #AC65B7;
}
.TagClassName
{
border-color: #AC65B7;
}
</style>