Shades of Perano #ABA3FF
Tints of Perano #ABA3FF
RGB
CMYK
RGB Variations
Color information
#ABA3FF (or 0xABA3FF) is known color: Perano. HEX triplet: AB, A3 and FF. RGB value is (171,163,255). Sum of RGB (Red+Green+Blue) = 171+163+255=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABA3FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA3FF is #545C00. Grayscale: #AFAFAF. Windows color (decimal): -5528577 or 16753579. OLE color: 16753579.
HSL color Cylindrical-coordinate representation of color #ABA3FF: hue angle of 245.22º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABA3FF is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 163 | 255 | - |
| CMYK | 0.33 | 0.36 | 0 | 0 |
| HSL | 245.22º | 1% | 0.82% | - |
| HSV(B) | 245.22º | 0.36% | 1% | - |
| XYZ | 47.94 | 42.07 | 100.2 | - |
| YUV | 175.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 255 | 0.33 | 0.36 | 0 | 0 | 245.22 | 1 | 0.82 |
| Hex | AB | A3 | FF | 21 | 24 | 0 | 0 | F5 | 64 | 52 |
| Octal | 253 | 243 | 377 | 41 | 44 | 0 | 0 | 365 | 144 | 122 |
| Binary | 10101011 | 10100011 | 11111111 | 100001 | 100100 | 0 | 0 | 11110101 | 1100100 | 1010010 |
Color Harmonies of #ABA3FF
Complementary color
Monochromatic Colors of #ABA3FF
Black with #ABA3FF
Text Example
Text Example
White with #ABA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3FF; }
p { color: rgb(171,163,255); }
H1.HeaderClassName
{
color: #ABA3FF;
}
.AnyTagClassName
{
color: #ABA3FF;
}
</style>
background-color css
<style>
a { background-color: #ABA3FF; }
a { background-color: rgb(171,163,255); }
div.DivClassName
{
background-color: #ABA3FF;
}
.BgClassName
{
background-color: #ABA3FF;
}
</style>
border-color css
<style>
span { border-color: #ABA3FF; }
span { border-color: rgb(171,163,255); }
td.TdClassName
{
border-color: #ABA3FF;
}
.TagClassName
{
border-color: #ABA3FF;
}
</style>