Shades of Perano #ABA4FF
Tints of Perano #ABA4FF
RGB
CMYK
RGB Variations
Color information
#ABA4FF (or 0xABA4FF) is known color: Perano. HEX triplet: AB, A4 and FF. RGB value is (171,164,255). Sum of RGB (Red+Green+Blue) = 171+164+255=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABA4FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA4FF is #545B00. Grayscale: #B0B0B0. Windows color (decimal): -5528321 or 16753835. OLE color: 16753835.
HSL color Cylindrical-coordinate representation of color #ABA4FF: hue angle of 244.62º 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 #ABA4FF is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 164 | 255 | - |
| CMYK | 0.33 | 0.36 | 0 | 0 |
| HSL | 244.62º | 1% | 0.82% | - |
| HSV(B) | 244.62º | 0.36% | 1% | - |
| XYZ | 48.12 | 42.43 | 100.26 | - |
| YUV | 176.47 | 172.32 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 255 | 0.33 | 0.36 | 0 | 0 | 244.62 | 1 | 0.82 |
| Hex | AB | A4 | FF | 21 | 24 | 0 | 0 | F5 | 64 | 52 |
| Octal | 253 | 244 | 377 | 41 | 44 | 0 | 0 | 365 | 144 | 122 |
| Binary | 10101011 | 10100100 | 11111111 | 100001 | 100100 | 0 | 0 | 11110101 | 1100100 | 1010010 |
Color Harmonies of #ABA4FF
Complementary color
Monochromatic Colors of #ABA4FF
Black with #ABA4FF
Text Example
Text Example
White with #ABA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA4FF; }
p { color: rgb(171,164,255); }
H1.HeaderClassName
{
color: #ABA4FF;
}
.AnyTagClassName
{
color: #ABA4FF;
}
</style>
background-color css
<style>
a { background-color: #ABA4FF; }
a { background-color: rgb(171,164,255); }
div.DivClassName
{
background-color: #ABA4FF;
}
.BgClassName
{
background-color: #ABA4FF;
}
</style>
border-color css
<style>
span { border-color: #ABA4FF; }
span { border-color: rgb(171,164,255); }
td.TdClassName
{
border-color: #ABA4FF;
}
.TagClassName
{
border-color: #ABA4FF;
}
</style>