Shades of Medium Orchid #AF67DD
Tints of Medium Orchid #AF67DD
RGB
CMYK
RGB Variations
Color information
#AF67DD (or 0xAF67DD) is known color: Medium Orchid. HEX triplet: AF, 67 and DD. RGB value is (175,103,221). Sum of RGB (Red+Green+Blue) = 175+103+221=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF67DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67DD is #509822. Grayscale: #898989. Windows color (decimal): -5281827 or 14509999. OLE color: 14509999.
HSL color Cylindrical-coordinate representation of color #AF67DD: hue angle of 276.61º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF67DD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 103 | 221 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.13 |
| HSL | 276.61º | 0.63% | 0.64% | - |
| HSV(B) | 276.61º | 0.53% | 0.87% | - |
| XYZ | 35.58 | 24.03 | 71.17 | - |
| YUV | 137.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 221 | 0.21 | 0.53 | 0 | 0.13 | 276.61 | 0.63 | 0.64 |
| Hex | AF | 67 | DD | 15 | 35 | 0 | D | 115 | 3F | 40 |
| Octal | 257 | 147 | 335 | 25 | 65 | 0 | 15 | 425 | 77 | 100 |
| Binary | 10101111 | 1100111 | 11011101 | 10101 | 110101 | 0 | 1101 | 100010101 | 111111 | 1000000 |
Color Harmonies of #AF67DD
Complementary color
Monochromatic Colors of #AF67DD
Black with #AF67DD
Text Example
Text Example
White with #AF67DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67DD; }
p { color: rgb(175,103,221); }
H1.HeaderClassName
{
color: #AF67DD;
}
.AnyTagClassName
{
color: #AF67DD;
}
</style>
background-color css
<style>
a { background-color: #AF67DD; }
a { background-color: rgb(175,103,221); }
div.DivClassName
{
background-color: #AF67DD;
}
.BgClassName
{
background-color: #AF67DD;
}
</style>
border-color css
<style>
span { border-color: #AF67DD; }
span { border-color: rgb(175,103,221); }
td.TdClassName
{
border-color: #AF67DD;
}
.TagClassName
{
border-color: #AF67DD;
}
</style>