Shades of Medium Purple #AB6FF5
Tints of Medium Purple #AB6FF5
RGB
CMYK
RGB Variations
Color information
#AB6FF5 (or 0xAB6FF5) is known color: Medium Purple. HEX triplet: AB, 6F and F5. RGB value is (171,111,245). Sum of RGB (Red+Green+Blue) = 171+111+245=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB6FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6FF5 is #54900A. Grayscale: #8F8F8F. Windows color (decimal): -5541899 or 16084907. OLE color: 16084907.
HSL color Cylindrical-coordinate representation of color #AB6FF5: hue angle of 266.87º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB6FF5 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 111 | 245 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.04 |
| HSL | 266.87º | 0.87% | 0.7% | - |
| HSV(B) | 266.87º | 0.55% | 0.96% | - |
| XYZ | 38.96 | 26.62 | 89.47 | - |
| YUV | 144.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 245 | 0.30 | 0.55 | 0 | 0.04 | 266.87 | 0.87 | 0.7 |
| Hex | AB | 6F | F5 | 1E | 37 | 0 | 4 | 10B | 57 | 46 |
| Octal | 253 | 157 | 365 | 36 | 67 | 0 | 4 | 413 | 127 | 106 |
| Binary | 10101011 | 1101111 | 11110101 | 11110 | 110111 | 0 | 100 | 100001011 | 1010111 | 1000110 |
Color Harmonies of #AB6FF5
Complementary color
Monochromatic Colors of #AB6FF5
Black with #AB6FF5
Text Example
Text Example
White with #AB6FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FF5; }
p { color: rgb(171,111,245); }
H1.HeaderClassName
{
color: #AB6FF5;
}
.AnyTagClassName
{
color: #AB6FF5;
}
</style>
background-color css
<style>
a { background-color: #AB6FF5; }
a { background-color: rgb(171,111,245); }
div.DivClassName
{
background-color: #AB6FF5;
}
.BgClassName
{
background-color: #AB6FF5;
}
</style>
border-color css
<style>
span { border-color: #AB6FF5; }
span { border-color: rgb(171,111,245); }
td.TdClassName
{
border-color: #AB6FF5;
}
.TagClassName
{
border-color: #AB6FF5;
}
</style>