Shades of Perano #ABA6EA
Tints of Perano #ABA6EA
RGB
CMYK
RGB Variations
Color information
#ABA6EA (or 0xABA6EA) is known color: Perano. HEX triplet: AB, A6 and EA. RGB value is (171,166,234). Sum of RGB (Red+Green+Blue) = 171+166+234=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABA6EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA6EA is #545915. Grayscale: #AEAEAE. Windows color (decimal): -5527830 or 15378091. OLE color: 15378091.
HSL color Cylindrical-coordinate representation of color #ABA6EA: hue angle of 244.41º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA6EA is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 166 | 234 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.08 |
| HSL | 244.41º | 0.62% | 0.78% | - |
| HSV(B) | 244.41º | 0.29% | 0.92% | - |
| XYZ | 45.28 | 41.87 | 83.54 | - |
| YUV | 175.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 234 | 0.27 | 0.29 | 0 | 0.08 | 244.41 | 0.62 | 0.78 |
| Hex | AB | A6 | EA | 1B | 1D | 0 | 8 | F4 | 3E | 4E |
| Octal | 253 | 246 | 352 | 33 | 35 | 0 | 10 | 364 | 76 | 116 |
| Binary | 10101011 | 10100110 | 11101010 | 11011 | 11101 | 0 | 1000 | 11110100 | 111110 | 1001110 |
Color Harmonies of #ABA6EA
Complementary color
Monochromatic Colors of #ABA6EA
Black with #ABA6EA
Text Example
Text Example
White with #ABA6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6EA; }
p { color: rgb(171,166,234); }
H1.HeaderClassName
{
color: #ABA6EA;
}
.AnyTagClassName
{
color: #ABA6EA;
}
</style>
background-color css
<style>
a { background-color: #ABA6EA; }
a { background-color: rgb(171,166,234); }
div.DivClassName
{
background-color: #ABA6EA;
}
.BgClassName
{
background-color: #ABA6EA;
}
</style>
border-color css
<style>
span { border-color: #ABA6EA; }
span { border-color: rgb(171,166,234); }
td.TdClassName
{
border-color: #ABA6EA;
}
.TagClassName
{
border-color: #ABA6EA;
}
</style>