Shades of Perano #A3ABFA
Tints of Perano #A3ABFA
RGB
CMYK
RGB Variations
Color information
#A3ABFA (or 0xA3ABFA) is known color: Perano. HEX triplet: A3, AB and FA. RGB value is (163,171,250). Sum of RGB (Red+Green+Blue) = 163+171+250=584 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.91% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3ABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3ABFA is #5C5405. Grayscale: #B1B1B1. Windows color (decimal): -6050822 or 16427939. OLE color: 16427939.
HSL color Cylindrical-coordinate representation of color #A3ABFA: hue angle of 234.48º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3ABFA is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 171 | 250 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.02 |
| HSL | 234.48º | 0.9% | 0.81% | - |
| HSV(B) | 234.48º | 0.35% | 0.98% | - |
| XYZ | 46.92 | 43.81 | 96.43 | - |
| YUV | 177.61 | 168.85 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 250 | 0.35 | 0.32 | 0 | 0.02 | 234.48 | 0.9 | 0.81 |
| Hex | A3 | AB | FA | 23 | 20 | 0 | 2 | EA | 5A | 51 |
| Octal | 243 | 253 | 372 | 43 | 40 | 0 | 2 | 352 | 132 | 121 |
| Binary | 10100011 | 10101011 | 11111010 | 100011 | 100000 | 0 | 10 | 11101010 | 1011010 | 1010001 |
Color Harmonies of #A3ABFA
Complementary color
Monochromatic Colors of #A3ABFA
Black with #A3ABFA
Text Example
Text Example
White with #A3ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ABFA; }
p { color: rgb(163,171,250); }
H1.HeaderClassName
{
color: #A3ABFA;
}
.AnyTagClassName
{
color: #A3ABFA;
}
</style>
background-color css
<style>
a { background-color: #A3ABFA; }
a { background-color: rgb(163,171,250); }
div.DivClassName
{
background-color: #A3ABFA;
}
.BgClassName
{
background-color: #A3ABFA;
}
</style>
border-color css
<style>
span { border-color: #A3ABFA; }
span { border-color: rgb(163,171,250); }
td.TdClassName
{
border-color: #A3ABFA;
}
.TagClassName
{
border-color: #A3ABFA;
}
</style>