Shades of Medium Purple #A65FF3
Tints of Medium Purple #A65FF3
RGB
CMYK
RGB Variations
Color information
#A65FF3 (or 0xA65FF3) is known color: Medium Purple. HEX triplet: A6, 5F and F3. RGB value is (166,95,243). Sum of RGB (Red+Green+Blue) = 166+95+243=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #A65FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FF3 is #59A00C. Grayscale: #848484. Windows color (decimal): -5873677 or 15949734. OLE color: 15949734.
HSL color Cylindrical-coordinate representation of color #A65FF3: hue angle of 268.78º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65FF3 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 95 | 243 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.05 |
| HSL | 268.78º | 0.86% | 0.66% | - |
| HSV(B) | 268.78º | 0.61% | 0.95% | - |
| XYZ | 36 | 22.76 | 87.29 | - |
| YUV | 133.1 | 190.02 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 243 | 0.32 | 0.61 | 0 | 0.05 | 268.78 | 0.86 | 0.66 |
| Hex | A6 | 5F | F3 | 20 | 3D | 0 | 5 | 10D | 56 | 42 |
| Octal | 246 | 137 | 363 | 40 | 75 | 0 | 5 | 415 | 126 | 102 |
| Binary | 10100110 | 1011111 | 11110011 | 100000 | 111101 | 0 | 101 | 100001101 | 1010110 | 1000010 |
Color Harmonies of #A65FF3
Complementary color
Monochromatic Colors of #A65FF3
Black with #A65FF3
Text Example
Text Example
White with #A65FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65FF3; }
p { color: rgb(166,95,243); }
H1.HeaderClassName
{
color: #A65FF3;
}
.AnyTagClassName
{
color: #A65FF3;
}
</style>
background-color css
<style>
a { background-color: #A65FF3; }
a { background-color: rgb(166,95,243); }
div.DivClassName
{
background-color: #A65FF3;
}
.BgClassName
{
background-color: #A65FF3;
}
</style>
border-color css
<style>
span { border-color: #A65FF3; }
span { border-color: rgb(166,95,243); }
td.TdClassName
{
border-color: #A65FF3;
}
.TagClassName
{
border-color: #A65FF3;
}
</style>