Shades of Perano #A498FF
Tints of Perano #A498FF
RGB
CMYK
RGB Variations
Color information
#A498FF (or 0xA498FF) is known color: Perano. HEX triplet: A4, 98 and FF. RGB value is (164,152,255). Sum of RGB (Red+Green+Blue) = 164+152+255=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #A498FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A498FF is #5B6700. Grayscale: #A6A6A6. Windows color (decimal): -5990145 or 16750756. OLE color: 16750756.
HSL color Cylindrical-coordinate representation of color #A498FF: hue angle of 246.99º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A498FF is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 152 | 255 | - |
| CMYK | 0.36 | 0.40 | 0 | 0 |
| HSL | 246.99º | 1% | 0.8% | - |
| HSV(B) | 246.99º | 0.4% | 1% | - |
| XYZ | 44.59 | 37.57 | 99.51 | - |
| YUV | 167.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 255 | 0.36 | 0.40 | 0 | 0 | 246.99 | 1 | 0.8 |
| Hex | A4 | 98 | FF | 24 | 28 | 0 | 0 | F7 | 64 | 50 |
| Octal | 244 | 230 | 377 | 44 | 50 | 0 | 0 | 367 | 144 | 120 |
| Binary | 10100100 | 10011000 | 11111111 | 100100 | 101000 | 0 | 0 | 11110111 | 1100100 | 1010000 |
Color Harmonies of #A498FF
Complementary color
Monochromatic Colors of #A498FF
Black with #A498FF
Text Example
Text Example
White with #A498FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A498FF; }
p { color: rgb(164,152,255); }
H1.HeaderClassName
{
color: #A498FF;
}
.AnyTagClassName
{
color: #A498FF;
}
</style>
background-color css
<style>
a { background-color: #A498FF; }
a { background-color: rgb(164,152,255); }
div.DivClassName
{
background-color: #A498FF;
}
.BgClassName
{
background-color: #A498FF;
}
</style>
border-color css
<style>
span { border-color: #A498FF; }
span { border-color: rgb(164,152,255); }
td.TdClassName
{
border-color: #A498FF;
}
.TagClassName
{
border-color: #A498FF;
}
</style>