#FF6AFF (or 0xFF6AFF) is unknown color: approx Pink Flamingo. HEX triplet: FF, 6A and FF. RGB value is (255,106,255). Sum of RGB (Red+Green+Blue) = 255+106+255=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 106 (41.80% from 255 or 17.21% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF6AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6AFF is #009500. Grayscale: #A7A7A7. Windows color (decimal): -38145 or 16739071. OLE color: 16739071.
HSL color Cylindrical-coordinate representation of color #FF6AFF: hue angle of 300º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6AFF is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #FF6AFF; } p { color: rgb(255,106,255); } H1.HeaderClassName { color: #FF6AFF; } .AnyTagClassName { color: #FF6AFF; } </style>
<style> a { background-color: #FF6AFF; } a { background-color: rgb(255,106,255); } div.DivClassName { background-color: #FF6AFF; } .BgClassName { background-color: #FF6AFF; } </style>
<style> span { border-color: #FF6AFF; } span { border-color: rgb(255,106,255); } td.TdClassName { border-color: #FF6AFF; } .TagClassName { border-color: #FF6AFF; } </style>