#A380FF (or 0xA380FF) is unknown color: approx Light Slate Blue. HEX triplet: A3, 80 and FF. RGB value is (163,128,255). Sum of RGB (Red+Green+Blue) = 163+128+255=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #A380FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380FF is #5C7F00. Grayscale: #989898. Windows color (decimal): -6061825 or 16744611. OLE color: 16744611.
HSL color Cylindrical-coordinate representation of color #A380FF: hue angle of 256.54º 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 #A380FF is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
<style> p { color: #A380FF; } p { color: rgb(163,128,255); } H1.HeaderClassName { color: #A380FF; } .AnyTagClassName { color: #A380FF; } </style>
<style> a { background-color: #A380FF; } a { background-color: rgb(163,128,255); } div.DivClassName { background-color: #A380FF; } .BgClassName { background-color: #A380FF; } </style>
<style> span { border-color: #A380FF; } span { border-color: rgb(163,128,255); } td.TdClassName { border-color: #A380FF; } .TagClassName { border-color: #A380FF; } </style>