Shades of Medium Orchid #AF42DC
Tints of Medium Orchid #AF42DC
RGB
CMYK
RGB Variations
Color information
#AF42DC (or 0xAF42DC) is known color: Medium Orchid. HEX triplet: AF, 42 and DC. RGB value is (175,66,220). Sum of RGB (Red+Green+Blue) = 175+66+220=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF42DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42DC is #50BD23. Grayscale: #737373. Windows color (decimal): -5291300 or 14434991. OLE color: 14434991.
HSL color Cylindrical-coordinate representation of color #AF42DC: hue angle of 282.47º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF42DC is Cyan = 0.20, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 66 | 220 | - |
| CMYK | 0.20 | 0.7 | 0 | 0.14 |
| HSL | 282.47º | 0.69% | 0.56% | - |
| HSV(B) | 282.47º | 0.7% | 0.86% | - |
| XYZ | 32.55 | 18.18 | 69.5 | - |
| YUV | 116.15 | 186.61 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 220 | 0.20 | 0.7 | 0 | 0.14 | 282.47 | 0.69 | 0.56 |
| Hex | AF | 42 | DC | 14 | 46 | 0 | E | 11A | 45 | 38 |
| Octal | 257 | 102 | 334 | 24 | 106 | 0 | 16 | 432 | 105 | 70 |
| Binary | 10101111 | 1000010 | 11011100 | 10100 | 1000110 | 0 | 1110 | 100011010 | 1000101 | 111000 |
Color Harmonies of #AF42DC
Complementary color
Monochromatic Colors of #AF42DC
Black with #AF42DC
Text Example
Text Example
White with #AF42DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42DC; }
p { color: rgb(175,66,220); }
H1.HeaderClassName
{
color: #AF42DC;
}
.AnyTagClassName
{
color: #AF42DC;
}
</style>
background-color css
<style>
a { background-color: #AF42DC; }
a { background-color: rgb(175,66,220); }
div.DivClassName
{
background-color: #AF42DC;
}
.BgClassName
{
background-color: #AF42DC;
}
</style>
border-color css
<style>
span { border-color: #AF42DC; }
span { border-color: rgb(175,66,220); }
td.TdClassName
{
border-color: #AF42DC;
}
.TagClassName
{
border-color: #AF42DC;
}
</style>