Shades of Perano #ABA8EE
Tints of Perano #ABA8EE
RGB
CMYK
RGB Variations
Color information
#ABA8EE (or 0xABA8EE) is known color: Perano. HEX triplet: AB, A8 and EE. RGB value is (171,168,238). Sum of RGB (Red+Green+Blue) = 171+168+238=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABA8EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA8EE is #545711. Grayscale: #B0B0B0. Windows color (decimal): -5527314 or 15640747. OLE color: 15640747.
HSL color Cylindrical-coordinate representation of color #ABA8EE: hue angle of 242.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABA8EE is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 168 | 238 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.07 |
| HSL | 242.57º | 0.67% | 0.8% | - |
| HSV(B) | 242.57º | 0.29% | 0.93% | - |
| XYZ | 46.23 | 42.84 | 86.72 | - |
| YUV | 176.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 238 | 0.28 | 0.29 | 0 | 0.07 | 242.57 | 0.67 | 0.8 |
| Hex | AB | A8 | EE | 1C | 1D | 0 | 7 | F3 | 43 | 50 |
| Octal | 253 | 250 | 356 | 34 | 35 | 0 | 7 | 363 | 103 | 120 |
| Binary | 10101011 | 10101000 | 11101110 | 11100 | 11101 | 0 | 111 | 11110011 | 1000011 | 1010000 |
Color Harmonies of #ABA8EE
Complementary color
Monochromatic Colors of #ABA8EE
Black with #ABA8EE
Text Example
Text Example
White with #ABA8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA8EE; }
p { color: rgb(171,168,238); }
H1.HeaderClassName
{
color: #ABA8EE;
}
.AnyTagClassName
{
color: #ABA8EE;
}
</style>
background-color css
<style>
a { background-color: #ABA8EE; }
a { background-color: rgb(171,168,238); }
div.DivClassName
{
background-color: #ABA8EE;
}
.BgClassName
{
background-color: #ABA8EE;
}
</style>
border-color css
<style>
span { border-color: #ABA8EE; }
span { border-color: rgb(171,168,238); }
td.TdClassName
{
border-color: #ABA8EE;
}
.TagClassName
{
border-color: #ABA8EE;
}
</style>