Shades of Medium Purple #A672FD
Tints of Medium Purple #A672FD
RGB
CMYK
RGB Variations
Color information
#A672FD (or 0xA672FD) is known color: Medium Purple. HEX triplet: A6, 72 and FD. RGB value is (166,114,253). Sum of RGB (Red+Green+Blue) = 166+114+253=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #A672FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A672FD is #598D02. Grayscale: #909090. Windows color (decimal): -5868803 or 16609958. OLE color: 16609958.
HSL color Cylindrical-coordinate representation of color #A672FD: hue angle of 262.45º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A672FD is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 114 | 253 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.01 |
| HSL | 262.45º | 0.97% | 0.72% | - |
| HSV(B) | 262.45º | 0.55% | 0.99% | - |
| XYZ | 39.47 | 27.23 | 96.1 | - |
| YUV | 145.39 | 188.73 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 253 | 0.34 | 0.55 | 0 | 0.01 | 262.45 | 0.97 | 0.72 |
| Hex | A6 | 72 | FD | 22 | 37 | 0 | 1 | 106 | 61 | 48 |
| Octal | 246 | 162 | 375 | 42 | 67 | 0 | 1 | 406 | 141 | 110 |
| Binary | 10100110 | 1110010 | 11111101 | 100010 | 110111 | 0 | 1 | 100000110 | 1100001 | 1001000 |
Color Harmonies of #A672FD
Complementary color
Monochromatic Colors of #A672FD
Black with #A672FD
Text Example
Text Example
White with #A672FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A672FD; }
p { color: rgb(166,114,253); }
H1.HeaderClassName
{
color: #A672FD;
}
.AnyTagClassName
{
color: #A672FD;
}
</style>
background-color css
<style>
a { background-color: #A672FD; }
a { background-color: rgb(166,114,253); }
div.DivClassName
{
background-color: #A672FD;
}
.BgClassName
{
background-color: #A672FD;
}
</style>
border-color css
<style>
span { border-color: #A672FD; }
span { border-color: rgb(166,114,253); }
td.TdClassName
{
border-color: #A672FD;
}
.TagClassName
{
border-color: #A672FD;
}
</style>