Shades of Perano #ABA2FF
Tints of Perano #ABA2FF
RGB
CMYK
RGB Variations
Color information
#ABA2FF (or 0xABA2FF) is known color: Perano. HEX triplet: AB, A2 and FF. RGB value is (171,162,255). Sum of RGB (Red+Green+Blue) = 171+162+255=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABA2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA2FF is #545D00. Grayscale: #AEAEAE. Windows color (decimal): -5528833 or 16753323. OLE color: 16753323.
HSL color Cylindrical-coordinate representation of color #ABA2FF: hue angle of 245.81º 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 #ABA2FF is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 162 | 255 | - |
| CMYK | 0.33 | 0.36 | 0 | 0 |
| HSL | 245.81º | 1% | 0.82% | - |
| HSV(B) | 245.81º | 0.36% | 1% | - |
| XYZ | 47.76 | 41.72 | 100.14 | - |
| YUV | 175.29 | 172.98 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 255 | 0.33 | 0.36 | 0 | 0 | 245.81 | 1 | 0.82 |
| Hex | AB | A2 | FF | 21 | 24 | 0 | 0 | F6 | 64 | 52 |
| Octal | 253 | 242 | 377 | 41 | 44 | 0 | 0 | 366 | 144 | 122 |
| Binary | 10101011 | 10100010 | 11111111 | 100001 | 100100 | 0 | 0 | 11110110 | 1100100 | 1010010 |
Color Harmonies of #ABA2FF
Complementary color
Monochromatic Colors of #ABA2FF
Black with #ABA2FF
Text Example
Text Example
White with #ABA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA2FF; }
p { color: rgb(171,162,255); }
H1.HeaderClassName
{
color: #ABA2FF;
}
.AnyTagClassName
{
color: #ABA2FF;
}
</style>
background-color css
<style>
a { background-color: #ABA2FF; }
a { background-color: rgb(171,162,255); }
div.DivClassName
{
background-color: #ABA2FF;
}
.BgClassName
{
background-color: #ABA2FF;
}
</style>
border-color css
<style>
span { border-color: #ABA2FF; }
span { border-color: rgb(171,162,255); }
td.TdClassName
{
border-color: #ABA2FF;
}
.TagClassName
{
border-color: #ABA2FF;
}
</style>