Shades of Perano #A099FE
Tints of Perano #A099FE
RGB
CMYK
RGB Variations
Color information
#A099FE (or 0xA099FE) is known color: Perano. HEX triplet: A0, 99 and FE. RGB value is (160,153,254). Sum of RGB (Red+Green+Blue) = 160+153+254=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #A099FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A099FE is #5F6601. Grayscale: #A6A6A6. Windows color (decimal): -6252034 or 16685472. OLE color: 16685472.
HSL color Cylindrical-coordinate representation of color #A099FE: hue angle of 244.16º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A099FE is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 153 | 254 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.00 |
| HSL | 244.16º | 0.98% | 0.8% | - |
| HSV(B) | 244.16º | 0.4% | 1% | - |
| XYZ | 43.78 | 37.41 | 98.68 | - |
| YUV | 166.61 | 177.32 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 254 | 0.37 | 0.40 | 0 | 0.00 | 244.16 | 0.98 | 0.8 |
| Hex | A0 | 99 | FE | 25 | 28 | 0 | 0 | F4 | 62 | 50 |
| Octal | 240 | 231 | 376 | 45 | 50 | 0 | 0 | 364 | 142 | 120 |
| Binary | 10100000 | 10011001 | 11111110 | 100101 | 101000 | 0 | 0 | 11110100 | 1100010 | 1010000 |
Color Harmonies of #A099FE
Complementary color
Monochromatic Colors of #A099FE
Black with #A099FE
Text Example
Text Example
White with #A099FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A099FE; }
p { color: rgb(160,153,254); }
H1.HeaderClassName
{
color: #A099FE;
}
.AnyTagClassName
{
color: #A099FE;
}
</style>
background-color css
<style>
a { background-color: #A099FE; }
a { background-color: rgb(160,153,254); }
div.DivClassName
{
background-color: #A099FE;
}
.BgClassName
{
background-color: #A099FE;
}
</style>
border-color css
<style>
span { border-color: #A099FE; }
span { border-color: rgb(160,153,254); }
td.TdClassName
{
border-color: #A099FE;
}
.TagClassName
{
border-color: #A099FE;
}
</style>