Shades of Medium Purple #A675E3
Tints of Medium Purple #A675E3
RGB
CMYK
RGB Variations
Color information
#A675E3 (or 0xA675E3) is known color: Medium Purple. HEX triplet: A6, 75 and E3. RGB value is (166,117,227). Sum of RGB (Red+Green+Blue) = 166+117+227=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #A675E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A675E3 is #598A1C. Grayscale: #8F8F8F. Windows color (decimal): -5868061 or 14906790. OLE color: 14906790.
HSL color Cylindrical-coordinate representation of color #A675E3: hue angle of 266.73º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A675E3 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 117 | 227 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.11 |
| HSL | 266.73º | 0.66% | 0.67% | - |
| HSV(B) | 266.73º | 0.48% | 0.89% | - |
| XYZ | 35.95 | 26.38 | 75.87 | - |
| YUV | 144.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 117 | 227 | 0.27 | 0.48 | 0 | 0.11 | 266.73 | 0.66 | 0.67 |
| Hex | A6 | 75 | E3 | 1B | 30 | 0 | B | 10B | 42 | 43 |
| Octal | 246 | 165 | 343 | 33 | 60 | 0 | 13 | 413 | 102 | 103 |
| Binary | 10100110 | 1110101 | 11100011 | 11011 | 110000 | 0 | 1011 | 100001011 | 1000010 | 1000011 |
Color Harmonies of #A675E3
Complementary color
Monochromatic Colors of #A675E3
Black with #A675E3
Text Example
Text Example
White with #A675E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A675E3; }
p { color: rgb(166,117,227); }
H1.HeaderClassName
{
color: #A675E3;
}
.AnyTagClassName
{
color: #A675E3;
}
</style>
background-color css
<style>
a { background-color: #A675E3; }
a { background-color: rgb(166,117,227); }
div.DivClassName
{
background-color: #A675E3;
}
.BgClassName
{
background-color: #A675E3;
}
</style>
border-color css
<style>
span { border-color: #A675E3; }
span { border-color: rgb(166,117,227); }
td.TdClassName
{
border-color: #A675E3;
}
.TagClassName
{
border-color: #A675E3;
}
</style>