Shades of Medium Orchid #AF41FA
Tints of Medium Orchid #AF41FA
RGB
CMYK
RGB Variations
Color information
#AF41FA (or 0xAF41FA) is known color: Medium Orchid. HEX triplet: AF, 41 and FA. RGB value is (175,65,250). Sum of RGB (Red+Green+Blue) = 175+65+250=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF41FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF41FA is #50BE05. Grayscale: #767676. Windows color (decimal): -5291526 or 16400815. OLE color: 16400815.
HSL color Cylindrical-coordinate representation of color #AF41FA: hue angle of 275.68º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF41FA is Cyan = 0.3, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 65 | 250 | - |
| CMYK | 0.3 | 0.74 | 0 | 0.02 |
| HSL | 275.68º | 0.95% | 0.62% | - |
| HSV(B) | 275.68º | 0.74% | 0.98% | - |
| XYZ | 36.82 | 19.8 | 92.32 | - |
| YUV | 118.98 | 201.94 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 250 | 0.3 | 0.74 | 0 | 0.02 | 275.68 | 0.95 | 0.62 |
| Hex | AF | 41 | FA | 1E | 4A | 0 | 2 | 114 | 5F | 3E |
| Octal | 257 | 101 | 372 | 36 | 112 | 0 | 2 | 424 | 137 | 76 |
| Binary | 10101111 | 1000001 | 11111010 | 11110 | 1001010 | 0 | 10 | 100010100 | 1011111 | 111110 |
Color Harmonies of #AF41FA
Complementary color
Monochromatic Colors of #AF41FA
Black with #AF41FA
Text Example
Text Example
White with #AF41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41FA; }
p { color: rgb(175,65,250); }
H1.HeaderClassName
{
color: #AF41FA;
}
.AnyTagClassName
{
color: #AF41FA;
}
</style>
background-color css
<style>
a { background-color: #AF41FA; }
a { background-color: rgb(175,65,250); }
div.DivClassName
{
background-color: #AF41FA;
}
.BgClassName
{
background-color: #AF41FA;
}
</style>
border-color css
<style>
span { border-color: #AF41FA; }
span { border-color: rgb(175,65,250); }
td.TdClassName
{
border-color: #AF41FA;
}
.TagClassName
{
border-color: #AF41FA;
}
</style>