Shades of Medium Purple #A65CF3
Tints of Medium Purple #A65CF3
RGB
CMYK
RGB Variations
Color information
#A65CF3 (or 0xA65CF3) is known color: Medium Purple. HEX triplet: A6, 5C and F3. RGB value is (166,92,243). Sum of RGB (Red+Green+Blue) = 166+92+243=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #A65CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65CF3 is #59A30C. Grayscale: #828282. Windows color (decimal): -5874445 or 15948966. OLE color: 15948966.
HSL color Cylindrical-coordinate representation of color #A65CF3: hue angle of 269.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A65CF3 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 92 | 243 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.05 |
| HSL | 269.4º | 0.86% | 0.66% | - |
| HSV(B) | 269.4º | 0.62% | 0.95% | - |
| XYZ | 35.73 | 22.23 | 87.2 | - |
| YUV | 131.34 | 191.02 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 243 | 0.32 | 0.62 | 0 | 0.05 | 269.4 | 0.86 | 0.66 |
| Hex | A6 | 5C | F3 | 20 | 3E | 0 | 5 | 10D | 56 | 42 |
| Octal | 246 | 134 | 363 | 40 | 76 | 0 | 5 | 415 | 126 | 102 |
| Binary | 10100110 | 1011100 | 11110011 | 100000 | 111110 | 0 | 101 | 100001101 | 1010110 | 1000010 |
Color Harmonies of #A65CF3
Complementary color
Monochromatic Colors of #A65CF3
Black with #A65CF3
Text Example
Text Example
White with #A65CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65CF3; }
p { color: rgb(166,92,243); }
H1.HeaderClassName
{
color: #A65CF3;
}
.AnyTagClassName
{
color: #A65CF3;
}
</style>
background-color css
<style>
a { background-color: #A65CF3; }
a { background-color: rgb(166,92,243); }
div.DivClassName
{
background-color: #A65CF3;
}
.BgClassName
{
background-color: #A65CF3;
}
</style>
border-color css
<style>
span { border-color: #A65CF3; }
span { border-color: rgb(166,92,243); }
td.TdClassName
{
border-color: #A65CF3;
}
.TagClassName
{
border-color: #A65CF3;
}
</style>