Shades of Medium Orchid #AF43DC
Tints of Medium Orchid #AF43DC
RGB
CMYK
RGB Variations
Color information
#AF43DC (or 0xAF43DC) is known color: Medium Orchid. HEX triplet: AF, 43 and DC. RGB value is (175,67,220). Sum of RGB (Red+Green+Blue) = 175+67+220=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF43DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43DC is #50BC23. Grayscale: #747474. Windows color (decimal): -5291044 or 14435247. OLE color: 14435247.
HSL color Cylindrical-coordinate representation of color #AF43DC: hue angle of 282.35º 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 #AF43DC is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 67 | 220 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.14 |
| HSL | 282.35º | 0.69% | 0.56% | - |
| HSV(B) | 282.35º | 0.7% | 0.86% | - |
| XYZ | 32.6 | 18.3 | 69.52 | - |
| YUV | 116.73 | 186.28 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 220 | 0.20 | 0.70 | 0 | 0.14 | 282.35 | 0.69 | 0.56 |
| Hex | AF | 43 | DC | 14 | 46 | 0 | E | 11A | 45 | 38 |
| Octal | 257 | 103 | 334 | 24 | 106 | 0 | 16 | 432 | 105 | 70 |
| Binary | 10101111 | 1000011 | 11011100 | 10100 | 1000110 | 0 | 1110 | 100011010 | 1000101 | 111000 |
Color Harmonies of #AF43DC
Complementary color
Monochromatic Colors of #AF43DC
Black with #AF43DC
Text Example
Text Example
White with #AF43DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF43DC; }
p { color: rgb(175,67,220); }
H1.HeaderClassName
{
color: #AF43DC;
}
.AnyTagClassName
{
color: #AF43DC;
}
</style>
background-color css
<style>
a { background-color: #AF43DC; }
a { background-color: rgb(175,67,220); }
div.DivClassName
{
background-color: #AF43DC;
}
.BgClassName
{
background-color: #AF43DC;
}
</style>
border-color css
<style>
span { border-color: #AF43DC; }
span { border-color: rgb(175,67,220); }
td.TdClassName
{
border-color: #AF43DC;
}
.TagClassName
{
border-color: #AF43DC;
}
</style>