#A4ABCD (or 0xA4ABCD) is unknown color: approx Echo Blue. HEX triplet: A4, AB and CD. RGB value is (164,171,205). Sum of RGB (Red+Green+Blue) = 164+171+205=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ABCD is #5B5432. Grayscale: #ACACAC. Windows color (decimal): -5985331 or 13478820. OLE color: 13478820.
HSL color Cylindrical-coordinate representation of color #A4ABCD: hue angle of 229.76º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4ABCD is Cyan = 0.2, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
<style> p { color: #A4ABCD; } p { color: rgb(164,171,205); } H1.HeaderClassName { color: #A4ABCD; } .AnyTagClassName { color: #A4ABCD; } </style>
<style> a { background-color: #A4ABCD; } a { background-color: rgb(164,171,205); } div.DivClassName { background-color: #A4ABCD; } .BgClassName { background-color: #A4ABCD; } </style>
<style> span { border-color: #A4ABCD; } span { border-color: rgb(164,171,205); } td.TdClassName { border-color: #A4ABCD; } .TagClassName { border-color: #A4ABCD; } </style>