Shades of Medium Orchid #AF57FF
Tints of Medium Orchid #AF57FF
RGB
CMYK
RGB Variations
Color information
#AF57FF (or 0xAF57FF) is known color: Medium Orchid. HEX triplet: AF, 57 and FF. RGB value is (175,87,255). Sum of RGB (Red+Green+Blue) = 175+87+255=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 87 (34.38% from 255 or 16.83% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF57FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF57FF is #50A800. Grayscale: #838383. Windows color (decimal): -5285889 or 16734127. OLE color: 16734127.
HSL color Cylindrical-coordinate representation of color #AF57FF: hue angle of 271.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF57FF is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 87 | 255 | - |
| CMYK | 0.31 | 0.66 | 0 | 0 |
| HSL | 271.43º | 1% | 0.67% | - |
| HSV(B) | 271.43º | 0.66% | 1% | - |
| XYZ | 39.14 | 23.15 | 97.01 | - |
| YUV | 132.46 | 197.15 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 87 | 255 | 0.31 | 0.66 | 0 | 0 | 271.43 | 1 | 0.67 |
| Hex | AF | 57 | FF | 1F | 42 | 0 | 0 | 10F | 64 | 43 |
| Octal | 257 | 127 | 377 | 37 | 102 | 0 | 0 | 417 | 144 | 103 |
| Binary | 10101111 | 1010111 | 11111111 | 11111 | 1000010 | 0 | 0 | 100001111 | 1100100 | 1000011 |
Color Harmonies of #AF57FF
Complementary color
Monochromatic Colors of #AF57FF
Black with #AF57FF
Text Example
Text Example
White with #AF57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF57FF; }
p { color: rgb(175,87,255); }
H1.HeaderClassName
{
color: #AF57FF;
}
.AnyTagClassName
{
color: #AF57FF;
}
</style>
background-color css
<style>
a { background-color: #AF57FF; }
a { background-color: rgb(175,87,255); }
div.DivClassName
{
background-color: #AF57FF;
}
.BgClassName
{
background-color: #AF57FF;
}
</style>
border-color css
<style>
span { border-color: #AF57FF; }
span { border-color: rgb(175,87,255); }
td.TdClassName
{
border-color: #AF57FF;
}
.TagClassName
{
border-color: #AF57FF;
}
</style>