Shades of Perano #A399FF
Tints of Perano #A399FF
RGB
CMYK
RGB Variations
Color information
#A399FF (or 0xA399FF) is known color: Perano. HEX triplet: A3, 99 and FF. RGB value is (163,153,255). Sum of RGB (Red+Green+Blue) = 163+153+255=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 153 (60.16% from 255 or 26.80% 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 #A399FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A399FF is #5C6600. Grayscale: #A7A7A7. Windows color (decimal): -6055425 or 16751011. OLE color: 16751011.
HSL color Cylindrical-coordinate representation of color #A399FF: hue angle of 245.88º 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 #A399FF is Cyan = 0.36, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 153 | 255 | - |
| CMYK | 0.36 | 0.4 | 0 | 0 |
| HSL | 245.88º | 1% | 0.8% | - |
| HSV(B) | 245.88º | 0.4% | 1% | - |
| XYZ | 44.55 | 37.79 | 99.55 | - |
| YUV | 167.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 255 | 0.36 | 0.4 | 0 | 0 | 245.88 | 1 | 0.8 |
| Hex | A3 | 99 | FF | 24 | 28 | 0 | 0 | F6 | 64 | 50 |
| Octal | 243 | 231 | 377 | 44 | 50 | 0 | 0 | 366 | 144 | 120 |
| Binary | 10100011 | 10011001 | 11111111 | 100100 | 101000 | 0 | 0 | 11110110 | 1100100 | 1010000 |
Color Harmonies of #A399FF
Complementary color
Monochromatic Colors of #A399FF
Black with #A399FF
Text Example
Text Example
White with #A399FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A399FF; }
p { color: rgb(163,153,255); }
H1.HeaderClassName
{
color: #A399FF;
}
.AnyTagClassName
{
color: #A399FF;
}
</style>
background-color css
<style>
a { background-color: #A399FF; }
a { background-color: rgb(163,153,255); }
div.DivClassName
{
background-color: #A399FF;
}
.BgClassName
{
background-color: #A399FF;
}
</style>
border-color css
<style>
span { border-color: #A399FF; }
span { border-color: rgb(163,153,255); }
td.TdClassName
{
border-color: #A399FF;
}
.TagClassName
{
border-color: #A399FF;
}
</style>