Shades of Medium Orchid #AB4AFE
Tints of Medium Orchid #AB4AFE
RGB
CMYK
RGB Variations
Color information
#AB4AFE (or 0xAB4AFE) is known color: Medium Orchid. HEX triplet: AB, 4A and FE. RGB value is (171,74,254). Sum of RGB (Red+Green+Blue) = 171+74+254=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB4AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4AFE is #54B501. Grayscale: #7A7A7A. Windows color (decimal): -5551362 or 16665259. OLE color: 16665259.
HSL color Cylindrical-coordinate representation of color #AB4AFE: hue angle of 272.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB4AFE is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 74 | 254 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.00 |
| HSL | 272.33º | 0.99% | 0.64% | - |
| HSV(B) | 272.33º | 0.71% | 1% | - |
| XYZ | 37.13 | 20.71 | 95.81 | - |
| YUV | 123.52 | 201.64 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 254 | 0.33 | 0.71 | 0 | 0.00 | 272.33 | 0.99 | 0.64 |
| Hex | AB | 4A | FE | 21 | 47 | 0 | 0 | 110 | 63 | 40 |
| Octal | 253 | 112 | 376 | 41 | 107 | 0 | 0 | 420 | 143 | 100 |
| Binary | 10101011 | 1001010 | 11111110 | 100001 | 1000111 | 0 | 0 | 100010000 | 1100011 | 1000000 |
Color Harmonies of #AB4AFE
Complementary color
Monochromatic Colors of #AB4AFE
Black with #AB4AFE
Text Example
Text Example
White with #AB4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4AFE; }
p { color: rgb(171,74,254); }
H1.HeaderClassName
{
color: #AB4AFE;
}
.AnyTagClassName
{
color: #AB4AFE;
}
</style>
background-color css
<style>
a { background-color: #AB4AFE; }
a { background-color: rgb(171,74,254); }
div.DivClassName
{
background-color: #AB4AFE;
}
.BgClassName
{
background-color: #AB4AFE;
}
</style>
border-color css
<style>
span { border-color: #AB4AFE; }
span { border-color: rgb(171,74,254); }
td.TdClassName
{
border-color: #AB4AFE;
}
.TagClassName
{
border-color: #AB4AFE;
}
</style>