Shades of Medium Purple #A581F6
Tints of Medium Purple #A581F6
RGB
CMYK
RGB Variations
Color information
#A581F6 (or 0xA581F6) is known color: Medium Purple. HEX triplet: A5, 81 and F6. RGB value is (165,129,246). Sum of RGB (Red+Green+Blue) = 165+129+246=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #A581F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A581F6 is #5A7E09. Grayscale: #989898. Windows color (decimal): -5930506 or 16155045. OLE color: 16155045.
HSL color Cylindrical-coordinate representation of color #A581F6: hue angle of 258.46º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A581F6 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 129 | 246 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.04 |
| HSL | 258.46º | 0.87% | 0.74% | - |
| HSV(B) | 258.46º | 0.48% | 0.96% | - |
| XYZ | 40 | 30.35 | 90.94 | - |
| YUV | 153.1 | 180.43 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 129 | 246 | 0.33 | 0.48 | 0 | 0.04 | 258.46 | 0.87 | 0.74 |
| Hex | A5 | 81 | F6 | 21 | 30 | 0 | 4 | 102 | 57 | 4A |
| Octal | 245 | 201 | 366 | 41 | 60 | 0 | 4 | 402 | 127 | 112 |
| Binary | 10100101 | 10000001 | 11110110 | 100001 | 110000 | 0 | 100 | 100000010 | 1010111 | 1001010 |
Color Harmonies of #A581F6
Complementary color
Monochromatic Colors of #A581F6
Black with #A581F6
Text Example
Text Example
White with #A581F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A581F6; }
p { color: rgb(165,129,246); }
H1.HeaderClassName
{
color: #A581F6;
}
.AnyTagClassName
{
color: #A581F6;
}
</style>
background-color css
<style>
a { background-color: #A581F6; }
a { background-color: rgb(165,129,246); }
div.DivClassName
{
background-color: #A581F6;
}
.BgClassName
{
background-color: #A581F6;
}
</style>
border-color css
<style>
span { border-color: #A581F6; }
span { border-color: rgb(165,129,246); }
td.TdClassName
{
border-color: #A581F6;
}
.TagClassName
{
border-color: #A581F6;
}
</style>