Shades of Medium Purple #AB66FE
Tints of Medium Purple #AB66FE
RGB
CMYK
RGB Variations
Color information
#AB66FE (or 0xAB66FE) is known color: Medium Purple. HEX triplet: AB, 66 and FE. RGB value is (171,102,254). Sum of RGB (Red+Green+Blue) = 171+102+254=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB66FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB66FE is #549901. Grayscale: #8B8B8B. Windows color (decimal): -5544194 or 16672427. OLE color: 16672427.
HSL color Cylindrical-coordinate representation of color #AB66FE: hue angle of 267.24º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB66FE is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 102 | 254 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.00 |
| HSL | 267.24º | 0.99% | 0.7% | - |
| HSV(B) | 267.24º | 0.6% | 1% | - |
| XYZ | 39.44 | 25.32 | 96.57 | - |
| YUV | 139.96 | 192.36 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 254 | 0.33 | 0.60 | 0 | 0.00 | 267.24 | 0.99 | 0.7 |
| Hex | AB | 66 | FE | 21 | 3C | 0 | 0 | 10B | 63 | 46 |
| Octal | 253 | 146 | 376 | 41 | 74 | 0 | 0 | 413 | 143 | 106 |
| Binary | 10101011 | 1100110 | 11111110 | 100001 | 111100 | 0 | 0 | 100001011 | 1100011 | 1000110 |
Color Harmonies of #AB66FE
Complementary color
Monochromatic Colors of #AB66FE
Black with #AB66FE
Text Example
Text Example
White with #AB66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66FE; }
p { color: rgb(171,102,254); }
H1.HeaderClassName
{
color: #AB66FE;
}
.AnyTagClassName
{
color: #AB66FE;
}
</style>
background-color css
<style>
a { background-color: #AB66FE; }
a { background-color: rgb(171,102,254); }
div.DivClassName
{
background-color: #AB66FE;
}
.BgClassName
{
background-color: #AB66FE;
}
</style>
border-color css
<style>
span { border-color: #AB66FE; }
span { border-color: rgb(171,102,254); }
td.TdClassName
{
border-color: #AB66FE;
}
.TagClassName
{
border-color: #AB66FE;
}
</style>