Shades of Medium Purple #A575E6
Tints of Medium Purple #A575E6
RGB
CMYK
RGB Variations
Color information
#A575E6 (or 0xA575E6) is known color: Medium Purple. HEX triplet: A5, 75 and E6. RGB value is (165,117,230). Sum of RGB (Red+Green+Blue) = 165+117+230=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #A575E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A575E6 is #5A8A19. Grayscale: #8F8F8F. Windows color (decimal): -5933594 or 15103397. OLE color: 15103397.
HSL color Cylindrical-coordinate representation of color #A575E6: hue angle of 265.49º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A575E6 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 117 | 230 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.10 |
| HSL | 265.49º | 0.69% | 0.68% | - |
| HSV(B) | 265.49º | 0.49% | 0.9% | - |
| XYZ | 36.16 | 26.44 | 78.06 | - |
| YUV | 144.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 117 | 230 | 0.28 | 0.49 | 0 | 0.10 | 265.49 | 0.69 | 0.68 |
| Hex | A5 | 75 | E6 | 1C | 31 | 0 | A | 109 | 45 | 44 |
| Octal | 245 | 165 | 346 | 34 | 61 | 0 | 12 | 411 | 105 | 104 |
| Binary | 10100101 | 1110101 | 11100110 | 11100 | 110001 | 0 | 1010 | 100001001 | 1000101 | 1000100 |
Color Harmonies of #A575E6
Complementary color
Monochromatic Colors of #A575E6
Black with #A575E6
Text Example
Text Example
White with #A575E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A575E6; }
p { color: rgb(165,117,230); }
H1.HeaderClassName
{
color: #A575E6;
}
.AnyTagClassName
{
color: #A575E6;
}
</style>
background-color css
<style>
a { background-color: #A575E6; }
a { background-color: rgb(165,117,230); }
div.DivClassName
{
background-color: #A575E6;
}
.BgClassName
{
background-color: #A575E6;
}
</style>
border-color css
<style>
span { border-color: #A575E6; }
span { border-color: rgb(165,117,230); }
td.TdClassName
{
border-color: #A575E6;
}
.TagClassName
{
border-color: #A575E6;
}
</style>