Shades of Medium Purple #AB67EA
Tints of Medium Purple #AB67EA
RGB
CMYK
RGB Variations
Color information
#AB67EA (or 0xAB67EA) is known color: Medium Purple. HEX triplet: AB, 67 and EA. RGB value is (171,103,234). Sum of RGB (Red+Green+Blue) = 171+103+234=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB67EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB67EA is #549815. Grayscale: #898989. Windows color (decimal): -5543958 or 15361963. OLE color: 15361963.
HSL color Cylindrical-coordinate representation of color #AB67EA: hue angle of 271.15º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB67EA is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 103 | 234 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.08 |
| HSL | 271.15º | 0.76% | 0.66% | - |
| HSV(B) | 271.15º | 0.56% | 0.92% | - |
| XYZ | 36.5 | 24.3 | 80.61 | - |
| YUV | 138.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 234 | 0.27 | 0.56 | 0 | 0.08 | 271.15 | 0.76 | 0.66 |
| Hex | AB | 67 | EA | 1B | 38 | 0 | 8 | 10F | 4C | 42 |
| Octal | 253 | 147 | 352 | 33 | 70 | 0 | 10 | 417 | 114 | 102 |
| Binary | 10101011 | 1100111 | 11101010 | 11011 | 111000 | 0 | 1000 | 100001111 | 1001100 | 1000010 |
Color Harmonies of #AB67EA
Complementary color
Monochromatic Colors of #AB67EA
Black with #AB67EA
Text Example
Text Example
White with #AB67EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67EA; }
p { color: rgb(171,103,234); }
H1.HeaderClassName
{
color: #AB67EA;
}
.AnyTagClassName
{
color: #AB67EA;
}
</style>
background-color css
<style>
a { background-color: #AB67EA; }
a { background-color: rgb(171,103,234); }
div.DivClassName
{
background-color: #AB67EA;
}
.BgClassName
{
background-color: #AB67EA;
}
</style>
border-color css
<style>
span { border-color: #AB67EA; }
span { border-color: rgb(171,103,234); }
td.TdClassName
{
border-color: #AB67EA;
}
.TagClassName
{
border-color: #AB67EA;
}
</style>