Shades of Medium Orchid #AF51FF
Tints of Medium Orchid #AF51FF
RGB
CMYK
RGB Variations
Color information
#AF51FF (or 0xAF51FF) is known color: Medium Orchid. HEX triplet: AF, 51 and FF. RGB value is (175,81,255). Sum of RGB (Red+Green+Blue) = 175+81+255=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF51FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF51FF is #50AE00. Grayscale: #808080. Windows color (decimal): -5287425 or 16732591. OLE color: 16732591.
HSL color Cylindrical-coordinate representation of color #AF51FF: hue angle of 272.41º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF51FF is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 81 | 255 | - |
| CMYK | 0.31 | 0.68 | 0 | 0 |
| HSL | 272.41º | 1% | 0.66% | - |
| HSV(B) | 272.41º | 0.68% | 1% | - |
| XYZ | 38.67 | 22.22 | 96.86 | - |
| YUV | 128.94 | 199.14 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 255 | 0.31 | 0.68 | 0 | 0 | 272.41 | 1 | 0.66 |
| Hex | AF | 51 | FF | 1F | 44 | 0 | 0 | 110 | 64 | 42 |
| Octal | 257 | 121 | 377 | 37 | 104 | 0 | 0 | 420 | 144 | 102 |
| Binary | 10101111 | 1010001 | 11111111 | 11111 | 1000100 | 0 | 0 | 100010000 | 1100100 | 1000010 |
Color Harmonies of #AF51FF
Complementary color
Monochromatic Colors of #AF51FF
Black with #AF51FF
Text Example
Text Example
White with #AF51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51FF; }
p { color: rgb(175,81,255); }
H1.HeaderClassName
{
color: #AF51FF;
}
.AnyTagClassName
{
color: #AF51FF;
}
</style>
background-color css
<style>
a { background-color: #AF51FF; }
a { background-color: rgb(175,81,255); }
div.DivClassName
{
background-color: #AF51FF;
}
.BgClassName
{
background-color: #AF51FF;
}
</style>
border-color css
<style>
span { border-color: #AF51FF; }
span { border-color: rgb(175,81,255); }
td.TdClassName
{
border-color: #AF51FF;
}
.TagClassName
{
border-color: #AF51FF;
}
</style>