Shades of Perano #A09AFB
Tints of Perano #A09AFB
RGB
CMYK
RGB Variations
Color information
#A09AFB (or 0xA09AFB) is known color: Perano. HEX triplet: A0, 9A and FB. RGB value is (160,154,251). Sum of RGB (Red+Green+Blue) = 160+154+251=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #A09AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AFB is #5F6504. Grayscale: #A6A6A6. Windows color (decimal): -6251781 or 16489120. OLE color: 16489120.
HSL color Cylindrical-coordinate representation of color #A09AFB: hue angle of 243.71º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A09AFB is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 154 | 251 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.02 |
| HSL | 243.71º | 0.92% | 0.79% | - |
| HSV(B) | 243.71º | 0.39% | 0.98% | - |
| XYZ | 43.47 | 37.55 | 96.22 | - |
| YUV | 166.85 | 175.49 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 251 | 0.36 | 0.39 | 0 | 0.02 | 243.71 | 0.92 | 0.79 |
| Hex | A0 | 9A | FB | 24 | 27 | 0 | 2 | F4 | 5C | 4F |
| Octal | 240 | 232 | 373 | 44 | 47 | 0 | 2 | 364 | 134 | 117 |
| Binary | 10100000 | 10011010 | 11111011 | 100100 | 100111 | 0 | 10 | 11110100 | 1011100 | 1001111 |
Color Harmonies of #A09AFB
Complementary color
Monochromatic Colors of #A09AFB
Black with #A09AFB
Text Example
Text Example
White with #A09AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09AFB; }
p { color: rgb(160,154,251); }
H1.HeaderClassName
{
color: #A09AFB;
}
.AnyTagClassName
{
color: #A09AFB;
}
</style>
background-color css
<style>
a { background-color: #A09AFB; }
a { background-color: rgb(160,154,251); }
div.DivClassName
{
background-color: #A09AFB;
}
.BgClassName
{
background-color: #A09AFB;
}
</style>
border-color css
<style>
span { border-color: #A09AFB; }
span { border-color: rgb(160,154,251); }
td.TdClassName
{
border-color: #A09AFB;
}
.TagClassName
{
border-color: #A09AFB;
}
</style>