Shades of Medium Orchid #AF60D3
Tints of Medium Orchid #AF60D3
RGB
CMYK
RGB Variations
Color information
#AF60D3 (or 0xAF60D3) is known color: Medium Orchid. HEX triplet: AF, 60 and D3. RGB value is (175,96,211). Sum of RGB (Red+Green+Blue) = 175+96+211=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF60D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60D3 is #509F2C. Grayscale: #848484. Windows color (decimal): -5283629 or 13852847. OLE color: 13852847.
HSL color Cylindrical-coordinate representation of color #AF60D3: hue angle of 281.22º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF60D3 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 96 | 211 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.17 |
| HSL | 281.22º | 0.57% | 0.6% | - |
| HSV(B) | 281.22º | 0.55% | 0.83% | - |
| XYZ | 33.62 | 22.18 | 64.14 | - |
| YUV | 132.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 211 | 0.17 | 0.55 | 0 | 0.17 | 281.22 | 0.57 | 0.6 |
| Hex | AF | 60 | D3 | 11 | 37 | 0 | 11 | 119 | 39 | 3C |
| Octal | 257 | 140 | 323 | 21 | 67 | 0 | 21 | 431 | 71 | 74 |
| Binary | 10101111 | 1100000 | 11010011 | 10001 | 110111 | 0 | 10001 | 100011001 | 111001 | 111100 |
Color Harmonies of #AF60D3
Complementary color
Monochromatic Colors of #AF60D3
Black with #AF60D3
Text Example
Text Example
White with #AF60D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60D3; }
p { color: rgb(175,96,211); }
H1.HeaderClassName
{
color: #AF60D3;
}
.AnyTagClassName
{
color: #AF60D3;
}
</style>
background-color css
<style>
a { background-color: #AF60D3; }
a { background-color: rgb(175,96,211); }
div.DivClassName
{
background-color: #AF60D3;
}
.BgClassName
{
background-color: #AF60D3;
}
</style>
border-color css
<style>
span { border-color: #AF60D3; }
span { border-color: rgb(175,96,211); }
td.TdClassName
{
border-color: #AF60D3;
}
.TagClassName
{
border-color: #AF60D3;
}
</style>