Shades of Medium Purple #A267F9
Tints of Medium Purple #A267F9
RGB
CMYK
RGB Variations
Color information
#A267F9 (or 0xA267F9) is known color: Medium Purple. HEX triplet: A2, 67 and F9. RGB value is (162,103,249). Sum of RGB (Red+Green+Blue) = 162+103+249=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #A267F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A267F9 is #5D9806. Grayscale: #888888. Windows color (decimal): -6133767 or 16344994. OLE color: 16344994.
HSL color Cylindrical-coordinate representation of color #A267F9: hue angle of 264.25º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A267F9 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 103 | 249 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.02 |
| HSL | 264.25º | 0.92% | 0.69% | - |
| HSV(B) | 264.25º | 0.59% | 0.98% | - |
| XYZ | 36.85 | 24.22 | 92.36 | - |
| YUV | 137.29 | 191.05 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 103 | 249 | 0.35 | 0.59 | 0 | 0.02 | 264.25 | 0.92 | 0.69 |
| Hex | A2 | 67 | F9 | 23 | 3B | 0 | 2 | 108 | 5C | 45 |
| Octal | 242 | 147 | 371 | 43 | 73 | 0 | 2 | 410 | 134 | 105 |
| Binary | 10100010 | 1100111 | 11111001 | 100011 | 111011 | 0 | 10 | 100001000 | 1011100 | 1000101 |
Color Harmonies of #A267F9
Complementary color
Monochromatic Colors of #A267F9
Black with #A267F9
Text Example
Text Example
White with #A267F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A267F9; }
p { color: rgb(162,103,249); }
H1.HeaderClassName
{
color: #A267F9;
}
.AnyTagClassName
{
color: #A267F9;
}
</style>
background-color css
<style>
a { background-color: #A267F9; }
a { background-color: rgb(162,103,249); }
div.DivClassName
{
background-color: #A267F9;
}
.BgClassName
{
background-color: #A267F9;
}
</style>
border-color css
<style>
span { border-color: #A267F9; }
span { border-color: rgb(162,103,249); }
td.TdClassName
{
border-color: #A267F9;
}
.TagClassName
{
border-color: #A267F9;
}
</style>