Shades of Violet Blue #AF67A0
Tints of Violet Blue #AF67A0
RGB
CMYK
RGB Variations
Color information
#AF67A0 (or 0xAF67A0) is known color: Violet Blue. HEX triplet: AF, 67 and A0. RGB value is (175,103,160). Sum of RGB (Red+Green+Blue) = 175+103+160=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF67A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF67A0 is #50985F. Grayscale: #828282. Windows color (decimal): -5281888 or 10512303. OLE color: 10512303.
HSL color Cylindrical-coordinate representation of color #AF67A0: hue angle of 312.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF67A0 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 160 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.31 |
| HSL | 312.5º | 0.31% | 0.55% | - |
| HSV(B) | 312.5º | 0.41% | 0.69% | - |
| XYZ | 28.87 | 21.35 | 35.86 | - |
| YUV | 131.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 160 | 0 | 0.41 | 0.09 | 0.31 | 312.5 | 0.31 | 0.55 |
| Hex | AF | 67 | A0 | 0 | 29 | 9 | 1F | 138 | 1F | 37 |
| Octal | 257 | 147 | 240 | 0 | 51 | 11 | 37 | 470 | 37 | 67 |
| Binary | 10101111 | 1100111 | 10100000 | 0 | 101001 | 1001 | 11111 | 100111000 | 11111 | 110111 |
Color Harmonies of #AF67A0
Complementary color
Monochromatic Colors of #AF67A0
Black with #AF67A0
Text Example
Text Example
White with #AF67A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67A0; }
p { color: rgb(175,103,160); }
H1.HeaderClassName
{
color: #AF67A0;
}
.AnyTagClassName
{
color: #AF67A0;
}
</style>
background-color css
<style>
a { background-color: #AF67A0; }
a { background-color: rgb(175,103,160); }
div.DivClassName
{
background-color: #AF67A0;
}
.BgClassName
{
background-color: #AF67A0;
}
</style>
border-color css
<style>
span { border-color: #AF67A0; }
span { border-color: rgb(175,103,160); }
td.TdClassName
{
border-color: #AF67A0;
}
.TagClassName
{
border-color: #AF67A0;
}
</style>