Shades of Perano #A4ABF3
Tints of Perano #A4ABF3
RGB
CMYK
RGB Variations
Color information
#A4ABF3 (or 0xA4ABF3) is known color: Perano. HEX triplet: A4, AB and F3. RGB value is (164,171,243). Sum of RGB (Red+Green+Blue) = 164+171+243=578 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.37% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #A4ABF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4ABF3 is #5B540C. Grayscale: #B0B0B0. Windows color (decimal): -5985293 or 15969188. OLE color: 15969188.
HSL color Cylindrical-coordinate representation of color #A4ABF3: hue angle of 234.68º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4ABF3 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 171 | 243 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.05 |
| HSL | 234.68º | 0.77% | 0.8% | - |
| HSV(B) | 234.68º | 0.33% | 0.95% | - |
| XYZ | 46.05 | 43.49 | 90.76 | - |
| YUV | 177.12 | 165.18 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 243 | 0.33 | 0.30 | 0 | 0.05 | 234.68 | 0.77 | 0.8 |
| Hex | A4 | AB | F3 | 21 | 1E | 0 | 5 | EB | 4D | 50 |
| Octal | 244 | 253 | 363 | 41 | 36 | 0 | 5 | 353 | 115 | 120 |
| Binary | 10100100 | 10101011 | 11110011 | 100001 | 11110 | 0 | 101 | 11101011 | 1001101 | 1010000 |
Color Harmonies of #A4ABF3
Complementary color
Monochromatic Colors of #A4ABF3
Black with #A4ABF3
Text Example
Text Example
White with #A4ABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ABF3; }
p { color: rgb(164,171,243); }
H1.HeaderClassName
{
color: #A4ABF3;
}
.AnyTagClassName
{
color: #A4ABF3;
}
</style>
background-color css
<style>
a { background-color: #A4ABF3; }
a { background-color: rgb(164,171,243); }
div.DivClassName
{
background-color: #A4ABF3;
}
.BgClassName
{
background-color: #A4ABF3;
}
</style>
border-color css
<style>
span { border-color: #A4ABF3; }
span { border-color: rgb(164,171,243); }
td.TdClassName
{
border-color: #A4ABF3;
}
.TagClassName
{
border-color: #A4ABF3;
}
</style>