Shades of Medium Orchid #AF67D0
Tints of Medium Orchid #AF67D0
RGB
CMYK
RGB Variations
Color information
#AF67D0 (or 0xAF67D0) is known color: Medium Orchid. HEX triplet: AF, 67 and D0. RGB value is (175,103,208). Sum of RGB (Red+Green+Blue) = 175+103+208=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF67D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67D0 is #50982F. Grayscale: #888888. Windows color (decimal): -5281840 or 13658031. OLE color: 13658031.
HSL color Cylindrical-coordinate representation of color #AF67D0: hue angle of 281.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF67D0 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 103 | 208 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.18 |
| HSL | 281.14º | 0.53% | 0.61% | - |
| HSV(B) | 281.14º | 0.5% | 0.82% | - |
| XYZ | 33.91 | 23.37 | 62.4 | - |
| YUV | 136.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 208 | 0.16 | 0.50 | 0 | 0.18 | 281.14 | 0.53 | 0.61 |
| Hex | AF | 67 | D0 | 10 | 32 | 0 | 12 | 119 | 35 | 3D |
| Octal | 257 | 147 | 320 | 20 | 62 | 0 | 22 | 431 | 65 | 75 |
| Binary | 10101111 | 1100111 | 11010000 | 10000 | 110010 | 0 | 10010 | 100011001 | 110101 | 111101 |
Color Harmonies of #AF67D0
Complementary color
Monochromatic Colors of #AF67D0
Black with #AF67D0
Text Example
Text Example
White with #AF67D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67D0; }
p { color: rgb(175,103,208); }
H1.HeaderClassName
{
color: #AF67D0;
}
.AnyTagClassName
{
color: #AF67D0;
}
</style>
background-color css
<style>
a { background-color: #AF67D0; }
a { background-color: rgb(175,103,208); }
div.DivClassName
{
background-color: #AF67D0;
}
.BgClassName
{
background-color: #AF67D0;
}
</style>
border-color css
<style>
span { border-color: #AF67D0; }
span { border-color: rgb(175,103,208); }
td.TdClassName
{
border-color: #AF67D0;
}
.TagClassName
{
border-color: #AF67D0;
}
</style>