Shades of Medium Orchid #AF5AF9
Tints of Medium Orchid #AF5AF9
RGB
CMYK
RGB Variations
Color information
#AF5AF9 (or 0xAF5AF9) is known color: Medium Orchid. HEX triplet: AF, 5A and F9. RGB value is (175,90,249). Sum of RGB (Red+Green+Blue) = 175+90+249=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF5AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AF9 is #50A506. Grayscale: #848484. Windows color (decimal): -5285127 or 16341679. OLE color: 16341679.
HSL color Cylindrical-coordinate representation of color #AF5AF9: hue angle of 272.08º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF5AF9 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 90 | 249 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.02 |
| HSL | 272.08º | 0.93% | 0.66% | - |
| HSV(B) | 272.08º | 0.64% | 0.98% | - |
| XYZ | 38.43 | 23.27 | 92.09 | - |
| YUV | 133.54 | 193.16 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 249 | 0.30 | 0.64 | 0 | 0.02 | 272.08 | 0.93 | 0.66 |
| Hex | AF | 5A | F9 | 1E | 40 | 0 | 2 | 110 | 5D | 42 |
| Octal | 257 | 132 | 371 | 36 | 100 | 0 | 2 | 420 | 135 | 102 |
| Binary | 10101111 | 1011010 | 11111001 | 11110 | 1000000 | 0 | 10 | 100010000 | 1011101 | 1000010 |
Color Harmonies of #AF5AF9
Complementary color
Monochromatic Colors of #AF5AF9
Black with #AF5AF9
Text Example
Text Example
White with #AF5AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5AF9; }
p { color: rgb(175,90,249); }
H1.HeaderClassName
{
color: #AF5AF9;
}
.AnyTagClassName
{
color: #AF5AF9;
}
</style>
background-color css
<style>
a { background-color: #AF5AF9; }
a { background-color: rgb(175,90,249); }
div.DivClassName
{
background-color: #AF5AF9;
}
.BgClassName
{
background-color: #AF5AF9;
}
</style>
border-color css
<style>
span { border-color: #AF5AF9; }
span { border-color: rgb(175,90,249); }
td.TdClassName
{
border-color: #AF5AF9;
}
.TagClassName
{
border-color: #AF5AF9;
}
</style>