Shades of Medium Purple #AC65F1
Tints of Medium Purple #AC65F1
RGB
CMYK
RGB Variations
Color information
#AC65F1 (or 0xAC65F1) is known color: Medium Purple. HEX triplet: AC, 65 and F1. RGB value is (172,101,241). Sum of RGB (Red+Green+Blue) = 172+101+241=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC65F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC65F1 is #539A0E. Grayscale: #898989. Windows color (decimal): -5478927 or 15820204. OLE color: 15820204.
HSL color Cylindrical-coordinate representation of color #AC65F1: hue angle of 270.43º degrees, saturation: 0.83, 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 #AC65F1 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 101 | 241 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.05 |
| HSL | 270.43º | 0.83% | 0.67% | - |
| HSV(B) | 270.43º | 0.58% | 0.95% | - |
| XYZ | 37.54 | 24.43 | 85.96 | - |
| YUV | 138.19 | 186.02 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 241 | 0.29 | 0.58 | 0 | 0.05 | 270.43 | 0.83 | 0.67 |
| Hex | AC | 65 | F1 | 1D | 3A | 0 | 5 | 10E | 53 | 43 |
| Octal | 254 | 145 | 361 | 35 | 72 | 0 | 5 | 416 | 123 | 103 |
| Binary | 10101100 | 1100101 | 11110001 | 11101 | 111010 | 0 | 101 | 100001110 | 1010011 | 1000011 |
Color Harmonies of #AC65F1
Complementary color
Monochromatic Colors of #AC65F1
Black with #AC65F1
Text Example
Text Example
White with #AC65F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65F1; }
p { color: rgb(172,101,241); }
H1.HeaderClassName
{
color: #AC65F1;
}
.AnyTagClassName
{
color: #AC65F1;
}
</style>
background-color css
<style>
a { background-color: #AC65F1; }
a { background-color: rgb(172,101,241); }
div.DivClassName
{
background-color: #AC65F1;
}
.BgClassName
{
background-color: #AC65F1;
}
</style>
border-color css
<style>
span { border-color: #AC65F1; }
span { border-color: rgb(172,101,241); }
td.TdClassName
{
border-color: #AC65F1;
}
.TagClassName
{
border-color: #AC65F1;
}
</style>