Shades of Medium Orchid #AF58F2
Tints of Medium Orchid #AF58F2
RGB
CMYK
RGB Variations
Color information
#AF58F2 (or 0xAF58F2) is known color: Medium Orchid. HEX triplet: AF, 58 and F2. RGB value is (175,88,242). Sum of RGB (Red+Green+Blue) = 175+88+242=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF58F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58F2 is #50A70D. Grayscale: #838383. Windows color (decimal): -5285646 or 15882415. OLE color: 15882415.
HSL color Cylindrical-coordinate representation of color #AF58F2: hue angle of 273.9º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF58F2 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 88 | 242 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.05 |
| HSL | 273.9º | 0.86% | 0.65% | - |
| HSV(B) | 273.9º | 0.64% | 0.95% | - |
| XYZ | 37.2 | 22.5 | 86.39 | - |
| YUV | 131.57 | 190.32 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 242 | 0.28 | 0.64 | 0 | 0.05 | 273.9 | 0.86 | 0.65 |
| Hex | AF | 58 | F2 | 1C | 40 | 0 | 5 | 112 | 56 | 41 |
| Octal | 257 | 130 | 362 | 34 | 100 | 0 | 5 | 422 | 126 | 101 |
| Binary | 10101111 | 1011000 | 11110010 | 11100 | 1000000 | 0 | 101 | 100010010 | 1010110 | 1000001 |
Color Harmonies of #AF58F2
Complementary color
Monochromatic Colors of #AF58F2
Black with #AF58F2
Text Example
Text Example
White with #AF58F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF58F2; }
p { color: rgb(175,88,242); }
H1.HeaderClassName
{
color: #AF58F2;
}
.AnyTagClassName
{
color: #AF58F2;
}
</style>
background-color css
<style>
a { background-color: #AF58F2; }
a { background-color: rgb(175,88,242); }
div.DivClassName
{
background-color: #AF58F2;
}
.BgClassName
{
background-color: #AF58F2;
}
</style>
border-color css
<style>
span { border-color: #AF58F2; }
span { border-color: rgb(175,88,242); }
td.TdClassName
{
border-color: #AF58F2;
}
.TagClassName
{
border-color: #AF58F2;
}
</style>