Shades of Medium Orchid #AF6CC6
Tints of Medium Orchid #AF6CC6
RGB
CMYK
RGB Variations
Color information
#AF6CC6 (or 0xAF6CC6) is known color: Medium Orchid. HEX triplet: AF, 6C and C6. RGB value is (175,108,198). Sum of RGB (Red+Green+Blue) = 175+108+198=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF6CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CC6 is #509339. Grayscale: #8A8A8A. Windows color (decimal): -5280570 or 13003951. OLE color: 13003951.
HSL color Cylindrical-coordinate representation of color #AF6CC6: hue angle of 284.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6CC6 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 108 | 198 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.22 |
| HSL | 284.67º | 0.44% | 0.6% | - |
| HSV(B) | 284.67º | 0.45% | 0.78% | - |
| XYZ | 33.23 | 23.92 | 56.29 | - |
| YUV | 138.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 198 | 0.12 | 0.45 | 0 | 0.22 | 284.67 | 0.44 | 0.6 |
| Hex | AF | 6C | C6 | C | 2D | 0 | 16 | 11D | 2C | 3C |
| Octal | 257 | 154 | 306 | 14 | 55 | 0 | 26 | 435 | 54 | 74 |
| Binary | 10101111 | 1101100 | 11000110 | 1100 | 101101 | 0 | 10110 | 100011101 | 101100 | 111100 |
Color Harmonies of #AF6CC6
Complementary color
Monochromatic Colors of #AF6CC6
Black with #AF6CC6
Text Example
Text Example
White with #AF6CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CC6; }
p { color: rgb(175,108,198); }
H1.HeaderClassName
{
color: #AF6CC6;
}
.AnyTagClassName
{
color: #AF6CC6;
}
</style>
background-color css
<style>
a { background-color: #AF6CC6; }
a { background-color: rgb(175,108,198); }
div.DivClassName
{
background-color: #AF6CC6;
}
.BgClassName
{
background-color: #AF6CC6;
}
</style>
border-color css
<style>
span { border-color: #AF6CC6; }
span { border-color: rgb(175,108,198); }
td.TdClassName
{
border-color: #AF6CC6;
}
.TagClassName
{
border-color: #AF6CC6;
}
</style>