#AF7FFF (or 0xAF7FFF) is unknown color: approx Medium Purple. HEX triplet: AF, 7F and FF. RGB value is (175,127,255). Sum of RGB (Red+Green+Blue) = 175+127+255=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF7FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FFF is #508000. Grayscale: #9B9B9B. Windows color (decimal): -5275649 or 16744367. OLE color: 16744367.
HSL color Cylindrical-coordinate representation of color #AF7FFF: hue angle of 262.5º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7FFF is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #AF7FFF; } p { color: rgb(175,127,255); } H1.HeaderClassName { color: #AF7FFF; } .AnyTagClassName { color: #AF7FFF; } </style>
<style> a { background-color: #AF7FFF; } a { background-color: rgb(175,127,255); } div.DivClassName { background-color: #AF7FFF; } .BgClassName { background-color: #AF7FFF; } </style>
<style> span { border-color: #AF7FFF; } span { border-color: rgb(175,127,255); } td.TdClassName { border-color: #AF7FFF; } .TagClassName { border-color: #AF7FFF; } </style>