Shades of Perano #A09FFD
Tints of Perano #A09FFD
RGB
CMYK
RGB Variations
Color information
#A09FFD (or 0xA09FFD) is known color: Perano. HEX triplet: A0, 9F and FD. RGB value is (160,159,253). Sum of RGB (Red+Green+Blue) = 160+159+253=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #A09FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09FFD is #5F6002. Grayscale: #A9A9A9. Windows color (decimal): -6250499 or 16621472. OLE color: 16621472.
HSL color Cylindrical-coordinate representation of color #A09FFD: hue angle of 240.64º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A09FFD is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 159 | 253 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.01 |
| HSL | 240.64º | 0.96% | 0.81% | - |
| HSV(B) | 240.64º | 0.37% | 0.99% | - |
| XYZ | 44.62 | 39.36 | 98.17 | - |
| YUV | 170.02 | 174.83 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 253 | 0.37 | 0.37 | 0 | 0.01 | 240.64 | 0.96 | 0.81 |
| Hex | A0 | 9F | FD | 25 | 25 | 0 | 1 | F1 | 60 | 51 |
| Octal | 240 | 237 | 375 | 45 | 45 | 0 | 1 | 361 | 140 | 121 |
| Binary | 10100000 | 10011111 | 11111101 | 100101 | 100101 | 0 | 1 | 11110001 | 1100000 | 1010001 |
Color Harmonies of #A09FFD
Complementary color
Monochromatic Colors of #A09FFD
Black with #A09FFD
Text Example
Text Example
White with #A09FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09FFD; }
p { color: rgb(160,159,253); }
H1.HeaderClassName
{
color: #A09FFD;
}
.AnyTagClassName
{
color: #A09FFD;
}
</style>
background-color css
<style>
a { background-color: #A09FFD; }
a { background-color: rgb(160,159,253); }
div.DivClassName
{
background-color: #A09FFD;
}
.BgClassName
{
background-color: #A09FFD;
}
</style>
border-color css
<style>
span { border-color: #A09FFD; }
span { border-color: rgb(160,159,253); }
td.TdClassName
{
border-color: #A09FFD;
}
.TagClassName
{
border-color: #A09FFD;
}
</style>