#AA4BFF (or 0xAA4BFF) is unknown color: approx Medium Orchid. HEX triplet: AA, 4B and FF. RGB value is (170,75,255). Sum of RGB (Red+Green+Blue) = 170+75+255=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA4BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4BFF is #55B400. Grayscale: #7B7B7B. Windows color (decimal): -5616641 or 16731050. OLE color: 16731050.
HSL color Cylindrical-coordinate representation of color #AA4BFF: hue angle of 271.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA4BFF is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #aa4bff; } p { color: rgb(170,75,255); } H1.HeaderClassName { color: #aa4bff; } .AnyTagClassName { color: #aa4bff; } </style>
<style> a { background-color: #aa4bff; } a { background-color: rgb(170,75,255); } div.DivClassName { background-color: #aa4bff; } .BgClassName { background-color: #aa4bff; } </style>
<style> span { border-color: #aa4bff; } span { border-color: rgb(170,75,255); } td.TdClassName { border-color: #aa4bff; } .TagClassName { border-color: #aa4bff; } </style>