Shades of Perano #A398FF
Tints of Perano #A398FF
RGB
CMYK
RGB Variations
Color information
#A398FF (or 0xA398FF) is known color: Perano. HEX triplet: A3, 98 and FF. RGB value is (163,152,255). Sum of RGB (Red+Green+Blue) = 163+152+255=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #A398FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A398FF is #5C6700. Grayscale: #A6A6A6. Windows color (decimal): -6055681 or 16750755. OLE color: 16750755.
HSL color Cylindrical-coordinate representation of color #A398FF: hue angle of 246.41º 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 #A398FF is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 152 | 255 | - |
| CMYK | 0.36 | 0.40 | 0 | 0 |
| HSL | 246.41º | 1% | 0.8% | - |
| HSV(B) | 246.41º | 0.4% | 1% | - |
| XYZ | 44.38 | 37.46 | 99.5 | - |
| YUV | 167.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 255 | 0.36 | 0.40 | 0 | 0 | 246.41 | 1 | 0.8 |
| Hex | A3 | 98 | FF | 24 | 28 | 0 | 0 | F6 | 64 | 50 |
| Octal | 243 | 230 | 377 | 44 | 50 | 0 | 0 | 366 | 144 | 120 |
| Binary | 10100011 | 10011000 | 11111111 | 100100 | 101000 | 0 | 0 | 11110110 | 1100100 | 1010000 |
Color Harmonies of #A398FF
Complementary color
Monochromatic Colors of #A398FF
Black with #A398FF
Text Example
Text Example
White with #A398FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A398FF; }
p { color: rgb(163,152,255); }
H1.HeaderClassName
{
color: #A398FF;
}
.AnyTagClassName
{
color: #A398FF;
}
</style>
background-color css
<style>
a { background-color: #A398FF; }
a { background-color: rgb(163,152,255); }
div.DivClassName
{
background-color: #A398FF;
}
.BgClassName
{
background-color: #A398FF;
}
</style>
border-color css
<style>
span { border-color: #A398FF; }
span { border-color: rgb(163,152,255); }
td.TdClassName
{
border-color: #A398FF;
}
.TagClassName
{
border-color: #A398FF;
}
</style>