Shades of Han Purple #2A16FA
Tints of Han Purple #2A16FA
RGB
CMYK
RGB Variations
Color information
#2A16FA (or 0x2A16FA) is known color: Han Purple. HEX triplet: 2A, 16 and FA. RGB value is (42,22,250). Sum of RGB (Red+Green+Blue) = 42+22+250=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A16FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A16FA is #D5E905. Grayscale: #353535. Windows color (decimal): -14018822 or 16389674. OLE color: 16389674.
HSL color Cylindrical-coordinate representation of color #2A16FA: hue angle of 245.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A16FA is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 22 | 250 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.02 |
| HSL | 245.26º | 0.96% | 0.53% | - |
| HSV(B) | 245.26º | 0.91% | 0.98% | - |
| XYZ | 18.5 | 7.97 | 91.01 | - |
| YUV | 53.97 | 238.63 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 250 | 0.83 | 0.91 | 0 | 0.02 | 245.26 | 0.96 | 0.53 |
| Hex | 2A | 16 | FA | 53 | 5B | 0 | 2 | F5 | 60 | 35 |
| Octal | 52 | 26 | 372 | 123 | 133 | 0 | 2 | 365 | 140 | 65 |
| Binary | 101010 | 10110 | 11111010 | 1010011 | 1011011 | 0 | 10 | 11110101 | 1100000 | 110101 |
Color Harmonies of #2A16FA
Complementary color
Monochromatic Colors of #2A16FA
Black with #2A16FA
Text Example
Text Example
White with #2A16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A16FA; }
p { color: rgb(42,22,250); }
H1.HeaderClassName
{
color: #2A16FA;
}
.AnyTagClassName
{
color: #2A16FA;
}
</style>
background-color css
<style>
a { background-color: #2A16FA; }
a { background-color: rgb(42,22,250); }
div.DivClassName
{
background-color: #2A16FA;
}
.BgClassName
{
background-color: #2A16FA;
}
</style>
border-color css
<style>
span { border-color: #2A16FA; }
span { border-color: rgb(42,22,250); }
td.TdClassName
{
border-color: #2A16FA;
}
.TagClassName
{
border-color: #2A16FA;
}
</style>