Shades of Medium Orchid #AF48FF
Tints of Medium Orchid #AF48FF
RGB
CMYK
RGB Variations
Color information
#AF48FF (or 0xAF48FF) is known color: Medium Orchid. HEX triplet: AF, 48 and FF. RGB value is (175,72,255). Sum of RGB (Red+Green+Blue) = 175+72+255=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF48FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF48FF is #50B700. Grayscale: #7B7B7B. Windows color (decimal): -5289729 or 16730287. OLE color: 16730287.
HSL color Cylindrical-coordinate representation of color #AF48FF: hue angle of 273.77º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF48FF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 72 | 255 | - |
| CMYK | 0.31 | 0.72 | 0 | 0 |
| HSL | 273.77º | 1% | 0.64% | - |
| HSV(B) | 273.77º | 0.72% | 1% | - |
| XYZ | 38.05 | 20.97 | 96.65 | - |
| YUV | 123.66 | 202.12 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 255 | 0.31 | 0.72 | 0 | 0 | 273.77 | 1 | 0.64 |
| Hex | AF | 48 | FF | 1F | 48 | 0 | 0 | 112 | 64 | 40 |
| Octal | 257 | 110 | 377 | 37 | 110 | 0 | 0 | 422 | 144 | 100 |
| Binary | 10101111 | 1001000 | 11111111 | 11111 | 1001000 | 0 | 0 | 100010010 | 1100100 | 1000000 |
Color Harmonies of #AF48FF
Complementary color
Monochromatic Colors of #AF48FF
Black with #AF48FF
Text Example
Text Example
White with #AF48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF48FF; }
p { color: rgb(175,72,255); }
H1.HeaderClassName
{
color: #AF48FF;
}
.AnyTagClassName
{
color: #AF48FF;
}
</style>
background-color css
<style>
a { background-color: #AF48FF; }
a { background-color: rgb(175,72,255); }
div.DivClassName
{
background-color: #AF48FF;
}
.BgClassName
{
background-color: #AF48FF;
}
</style>
border-color css
<style>
span { border-color: #AF48FF; }
span { border-color: rgb(175,72,255); }
td.TdClassName
{
border-color: #AF48FF;
}
.TagClassName
{
border-color: #AF48FF;
}
</style>