Shades of Medium Orchid #AF45FB
Tints of Medium Orchid #AF45FB
RGB
CMYK
RGB Variations
Color information
#AF45FB (or 0xAF45FB) is known color: Medium Orchid. HEX triplet: AF, 45 and FB. RGB value is (175,69,251). Sum of RGB (Red+Green+Blue) = 175+69+251=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF45FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF45FB is #50BA04. Grayscale: #787878. Windows color (decimal): -5290501 or 16467375. OLE color: 16467375.
HSL color Cylindrical-coordinate representation of color #AF45FB: hue angle of 274.95º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF45FB is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 69 | 251 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.02 |
| HSL | 274.95º | 0.96% | 0.63% | - |
| HSV(B) | 274.95º | 0.73% | 0.98% | - |
| XYZ | 37.22 | 20.34 | 93.23 | - |
| YUV | 121.44 | 201.12 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 251 | 0.30 | 0.73 | 0 | 0.02 | 274.95 | 0.96 | 0.63 |
| Hex | AF | 45 | FB | 1E | 49 | 0 | 2 | 113 | 60 | 3F |
| Octal | 257 | 105 | 373 | 36 | 111 | 0 | 2 | 423 | 140 | 77 |
| Binary | 10101111 | 1000101 | 11111011 | 11110 | 1001001 | 0 | 10 | 100010011 | 1100000 | 111111 |
Color Harmonies of #AF45FB
Complementary color
Monochromatic Colors of #AF45FB
Black with #AF45FB
Text Example
Text Example
White with #AF45FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF45FB; }
p { color: rgb(175,69,251); }
H1.HeaderClassName
{
color: #AF45FB;
}
.AnyTagClassName
{
color: #AF45FB;
}
</style>
background-color css
<style>
a { background-color: #AF45FB; }
a { background-color: rgb(175,69,251); }
div.DivClassName
{
background-color: #AF45FB;
}
.BgClassName
{
background-color: #AF45FB;
}
</style>
border-color css
<style>
span { border-color: #AF45FB; }
span { border-color: rgb(175,69,251); }
td.TdClassName
{
border-color: #AF45FB;
}
.TagClassName
{
border-color: #AF45FB;
}
</style>