Shades of Medium Purple #A269F0
Tints of Medium Purple #A269F0
RGB
CMYK
RGB Variations
Color information
#A269F0 (or 0xA269F0) is known color: Medium Purple. HEX triplet: A2, 69 and F0. RGB value is (162,105,240). Sum of RGB (Red+Green+Blue) = 162+105+240=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #A269F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A269F0 is #5D960F. Grayscale: #888888. Windows color (decimal): -6133264 or 15755682. OLE color: 15755682.
HSL color Cylindrical-coordinate representation of color #A269F0: hue angle of 265.33º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A269F0 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 105 | 240 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.06 |
| HSL | 265.33º | 0.82% | 0.68% | - |
| HSV(B) | 265.33º | 0.56% | 0.94% | - |
| XYZ | 35.68 | 24.08 | 85.2 | - |
| YUV | 137.43 | 185.88 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 240 | 0.32 | 0.56 | 0 | 0.06 | 265.33 | 0.82 | 0.68 |
| Hex | A2 | 69 | F0 | 20 | 38 | 0 | 6 | 109 | 52 | 44 |
| Octal | 242 | 151 | 360 | 40 | 70 | 0 | 6 | 411 | 122 | 104 |
| Binary | 10100010 | 1101001 | 11110000 | 100000 | 111000 | 0 | 110 | 100001001 | 1010010 | 1000100 |
Color Harmonies of #A269F0
Complementary color
Monochromatic Colors of #A269F0
Black with #A269F0
Text Example
Text Example
White with #A269F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A269F0; }
p { color: rgb(162,105,240); }
H1.HeaderClassName
{
color: #A269F0;
}
.AnyTagClassName
{
color: #A269F0;
}
</style>
background-color css
<style>
a { background-color: #A269F0; }
a { background-color: rgb(162,105,240); }
div.DivClassName
{
background-color: #A269F0;
}
.BgClassName
{
background-color: #A269F0;
}
</style>
border-color css
<style>
span { border-color: #A269F0; }
span { border-color: rgb(162,105,240); }
td.TdClassName
{
border-color: #A269F0;
}
.TagClassName
{
border-color: #A269F0;
}
</style>