Shades of Perano #A599FE
Tints of Perano #A599FE
RGB
CMYK
RGB Variations
Color information
#A599FE (or 0xA599FE) is known color: Perano. HEX triplet: A5, 99 and FE. RGB value is (165,153,254). Sum of RGB (Red+Green+Blue) = 165+153+254=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #A599FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A599FE is #5A6601. Grayscale: #A7A7A7. Windows color (decimal): -5924354 or 16685477. OLE color: 16685477.
HSL color Cylindrical-coordinate representation of color #A599FE: hue angle of 247.13º 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 #A599FE is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 153 | 254 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.00 |
| HSL | 247.13º | 0.98% | 0.8% | - |
| HSV(B) | 247.13º | 0.4% | 1% | - |
| XYZ | 44.8 | 37.94 | 98.73 | - |
| YUV | 168.1 | 176.48 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 254 | 0.35 | 0.40 | 0 | 0.00 | 247.13 | 0.98 | 0.8 |
| Hex | A5 | 99 | FE | 23 | 28 | 0 | 0 | F7 | 62 | 50 |
| Octal | 245 | 231 | 376 | 43 | 50 | 0 | 0 | 367 | 142 | 120 |
| Binary | 10100101 | 10011001 | 11111110 | 100011 | 101000 | 0 | 0 | 11110111 | 1100010 | 1010000 |
Color Harmonies of #A599FE
Complementary color
Monochromatic Colors of #A599FE
Black with #A599FE
Text Example
Text Example
White with #A599FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599FE; }
p { color: rgb(165,153,254); }
H1.HeaderClassName
{
color: #A599FE;
}
.AnyTagClassName
{
color: #A599FE;
}
</style>
background-color css
<style>
a { background-color: #A599FE; }
a { background-color: rgb(165,153,254); }
div.DivClassName
{
background-color: #A599FE;
}
.BgClassName
{
background-color: #A599FE;
}
</style>
border-color css
<style>
span { border-color: #A599FE; }
span { border-color: rgb(165,153,254); }
td.TdClassName
{
border-color: #A599FE;
}
.TagClassName
{
border-color: #A599FE;
}
</style>