Shades of Violet Blue #AF65A5
Tints of Violet Blue #AF65A5
RGB
CMYK
RGB Variations
Color information
#AF65A5 (or 0xAF65A5) is known color: Violet Blue. HEX triplet: AF, 65 and A5. RGB value is (175,101,165). Sum of RGB (Red+Green+Blue) = 175+101+165=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF65A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF65A5 is #509A5A. Grayscale: #828282. Windows color (decimal): -5282395 or 10839471. OLE color: 10839471.
HSL color Cylindrical-coordinate representation of color #AF65A5: hue angle of 308.11º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF65A5 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 165 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.31 |
| HSL | 308.11º | 0.32% | 0.54% | - |
| HSV(B) | 308.11º | 0.42% | 0.69% | - |
| XYZ | 29.12 | 21.14 | 38.14 | - |
| YUV | 130.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 165 | 0 | 0.42 | 0.06 | 0.31 | 308.11 | 0.32 | 0.54 |
| Hex | AF | 65 | A5 | 0 | 2A | 6 | 1F | 134 | 20 | 36 |
| Octal | 257 | 145 | 245 | 0 | 52 | 6 | 37 | 464 | 40 | 66 |
| Binary | 10101111 | 1100101 | 10100101 | 0 | 101010 | 110 | 11111 | 100110100 | 100000 | 110110 |
Color Harmonies of #AF65A5
Complementary color
Monochromatic Colors of #AF65A5
Black with #AF65A5
Text Example
Text Example
White with #AF65A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65A5; }
p { color: rgb(175,101,165); }
H1.HeaderClassName
{
color: #AF65A5;
}
.AnyTagClassName
{
color: #AF65A5;
}
</style>
background-color css
<style>
a { background-color: #AF65A5; }
a { background-color: rgb(175,101,165); }
div.DivClassName
{
background-color: #AF65A5;
}
.BgClassName
{
background-color: #AF65A5;
}
</style>
border-color css
<style>
span { border-color: #AF65A5; }
span { border-color: rgb(175,101,165); }
td.TdClassName
{
border-color: #AF65A5;
}
.TagClassName
{
border-color: #AF65A5;
}
</style>