Shades of Medium Orchid #AF45FE
Tints of Medium Orchid #AF45FE
RGB
CMYK
RGB Variations
Color information
#AF45FE (or 0xAF45FE) is known color: Medium Orchid. HEX triplet: AF, 45 and FE. RGB value is (175,69,254). Sum of RGB (Red+Green+Blue) = 175+69+254=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 69 (27.34% from 255 or 13.86% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF45FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF45FE is #50BA01. Grayscale: #797979. Windows color (decimal): -5290498 or 16663983. OLE color: 16663983.
HSL color Cylindrical-coordinate representation of color #AF45FE: hue angle of 274.38º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF45FE is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 69 | 254 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.00 |
| HSL | 274.38º | 0.99% | 0.63% | - |
| HSV(B) | 274.38º | 0.73% | 1% | - |
| XYZ | 37.7 | 20.53 | 95.74 | - |
| YUV | 121.78 | 202.62 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 254 | 0.31 | 0.73 | 0 | 0.00 | 274.38 | 0.99 | 0.63 |
| Hex | AF | 45 | FE | 1F | 49 | 0 | 0 | 112 | 63 | 3F |
| Octal | 257 | 105 | 376 | 37 | 111 | 0 | 0 | 422 | 143 | 77 |
| Binary | 10101111 | 1000101 | 11111110 | 11111 | 1001001 | 0 | 0 | 100010010 | 1100011 | 111111 |
Color Harmonies of #AF45FE
Complementary color
Monochromatic Colors of #AF45FE
Black with #AF45FE
Text Example
Text Example
White with #AF45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF45FE; }
p { color: rgb(175,69,254); }
H1.HeaderClassName
{
color: #AF45FE;
}
.AnyTagClassName
{
color: #AF45FE;
}
</style>
background-color css
<style>
a { background-color: #AF45FE; }
a { background-color: rgb(175,69,254); }
div.DivClassName
{
background-color: #AF45FE;
}
.BgClassName
{
background-color: #AF45FE;
}
</style>
border-color css
<style>
span { border-color: #AF45FE; }
span { border-color: rgb(175,69,254); }
td.TdClassName
{
border-color: #AF45FE;
}
.TagClassName
{
border-color: #AF45FE;
}
</style>