Shades of Medium Purple #A266F2
Tints of Medium Purple #A266F2
RGB
CMYK
RGB Variations
Color information
#A266F2 (or 0xA266F2) is known color: Medium Purple. HEX triplet: A2, 66 and F2. RGB value is (162,102,242). Sum of RGB (Red+Green+Blue) = 162+102+242=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #A266F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A266F2 is #5D990D. Grayscale: #878787. Windows color (decimal): -6134030 or 15885986. OLE color: 15885986.
HSL color Cylindrical-coordinate representation of color #A266F2: hue angle of 265.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A266F2 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 102 | 242 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.05 |
| HSL | 265.71º | 0.84% | 0.67% | - |
| HSV(B) | 265.71º | 0.58% | 0.95% | - |
| XYZ | 35.68 | 23.59 | 86.68 | - |
| YUV | 135.9 | 187.88 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 242 | 0.33 | 0.58 | 0 | 0.05 | 265.71 | 0.84 | 0.67 |
| Hex | A2 | 66 | F2 | 21 | 3A | 0 | 5 | 10A | 54 | 43 |
| Octal | 242 | 146 | 362 | 41 | 72 | 0 | 5 | 412 | 124 | 103 |
| Binary | 10100010 | 1100110 | 11110010 | 100001 | 111010 | 0 | 101 | 100001010 | 1010100 | 1000011 |
Color Harmonies of #A266F2
Complementary color
Monochromatic Colors of #A266F2
Black with #A266F2
Text Example
Text Example
White with #A266F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A266F2; }
p { color: rgb(162,102,242); }
H1.HeaderClassName
{
color: #A266F2;
}
.AnyTagClassName
{
color: #A266F2;
}
</style>
background-color css
<style>
a { background-color: #A266F2; }
a { background-color: rgb(162,102,242); }
div.DivClassName
{
background-color: #A266F2;
}
.BgClassName
{
background-color: #A266F2;
}
</style>
border-color css
<style>
span { border-color: #A266F2; }
span { border-color: rgb(162,102,242); }
td.TdClassName
{
border-color: #A266F2;
}
.TagClassName
{
border-color: #A266F2;
}
</style>