Shades of Medium Orchid #AF54FF
Tints of Medium Orchid #AF54FF
RGB
CMYK
RGB Variations
Color information
#AF54FF (or 0xAF54FF) is known color: Medium Orchid. HEX triplet: AF, 54 and FF. RGB value is (175,84,255). Sum of RGB (Red+Green+Blue) = 175+84+255=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF54FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54FF is #50AB00. Grayscale: #828282. Windows color (decimal): -5286657 or 16733359. OLE color: 16733359.
HSL color Cylindrical-coordinate representation of color #AF54FF: hue angle of 271.93º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF54FF is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 84 | 255 | - |
| CMYK | 0.31 | 0.67 | 0 | 0 |
| HSL | 271.93º | 1% | 0.66% | - |
| HSV(B) | 271.93º | 0.67% | 1% | - |
| XYZ | 38.9 | 22.67 | 96.93 | - |
| YUV | 130.7 | 198.15 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 255 | 0.31 | 0.67 | 0 | 0 | 271.93 | 1 | 0.66 |
| Hex | AF | 54 | FF | 1F | 43 | 0 | 0 | 110 | 64 | 42 |
| Octal | 257 | 124 | 377 | 37 | 103 | 0 | 0 | 420 | 144 | 102 |
| Binary | 10101111 | 1010100 | 11111111 | 11111 | 1000011 | 0 | 0 | 100010000 | 1100100 | 1000010 |
Color Harmonies of #AF54FF
Complementary color
Monochromatic Colors of #AF54FF
Black with #AF54FF
Text Example
Text Example
White with #AF54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54FF; }
p { color: rgb(175,84,255); }
H1.HeaderClassName
{
color: #AF54FF;
}
.AnyTagClassName
{
color: #AF54FF;
}
</style>
background-color css
<style>
a { background-color: #AF54FF; }
a { background-color: rgb(175,84,255); }
div.DivClassName
{
background-color: #AF54FF;
}
.BgClassName
{
background-color: #AF54FF;
}
</style>
border-color css
<style>
span { border-color: #AF54FF; }
span { border-color: rgb(175,84,255); }
td.TdClassName
{
border-color: #AF54FF;
}
.TagClassName
{
border-color: #AF54FF;
}
</style>