Shades of Medium Purple #AB69ED
Tints of Medium Purple #AB69ED
RGB
CMYK
RGB Variations
Color information
#AB69ED (or 0xAB69ED) is known color: Medium Purple. HEX triplet: AB, 69 and ED. RGB value is (171,105,237). Sum of RGB (Red+Green+Blue) = 171+105+237=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB69ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB69ED is #549612. Grayscale: #8B8B8B. Windows color (decimal): -5543443 or 15559083. OLE color: 15559083.
HSL color Cylindrical-coordinate representation of color #AB69ED: hue angle of 270º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB69ED is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 105 | 237 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.07 |
| HSL | 270º | 0.79% | 0.67% | - |
| HSV(B) | 270º | 0.56% | 0.93% | - |
| XYZ | 37.13 | 24.88 | 82.97 | - |
| YUV | 139.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 237 | 0.28 | 0.56 | 0 | 0.07 | 270 | 0.79 | 0.67 |
| Hex | AB | 69 | ED | 1C | 38 | 0 | 7 | 10E | 4F | 43 |
| Octal | 253 | 151 | 355 | 34 | 70 | 0 | 7 | 416 | 117 | 103 |
| Binary | 10101011 | 1101001 | 11101101 | 11100 | 111000 | 0 | 111 | 100001110 | 1001111 | 1000011 |
Color Harmonies of #AB69ED
Complementary color
Monochromatic Colors of #AB69ED
Black with #AB69ED
Text Example
Text Example
White with #AB69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB69ED; }
p { color: rgb(171,105,237); }
H1.HeaderClassName
{
color: #AB69ED;
}
.AnyTagClassName
{
color: #AB69ED;
}
</style>
background-color css
<style>
a { background-color: #AB69ED; }
a { background-color: rgb(171,105,237); }
div.DivClassName
{
background-color: #AB69ED;
}
.BgClassName
{
background-color: #AB69ED;
}
</style>
border-color css
<style>
span { border-color: #AB69ED; }
span { border-color: rgb(171,105,237); }
td.TdClassName
{
border-color: #AB69ED;
}
.TagClassName
{
border-color: #AB69ED;
}
</style>