Shades of Medium Orchid #AF45D3
Tints of Medium Orchid #AF45D3
RGB
CMYK
RGB Variations
Color information
#AF45D3 (or 0xAF45D3) is known color: Medium Orchid. HEX triplet: AF, 45 and D3. RGB value is (175,69,211). Sum of RGB (Red+Green+Blue) = 175+69+211=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF45D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45D3 is #50BA2C. Grayscale: #747474. Windows color (decimal): -5290541 or 13845935. OLE color: 13845935.
HSL color Cylindrical-coordinate representation of color #AF45D3: hue angle of 284.79º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF45D3 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 69 | 211 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.17 |
| HSL | 284.79º | 0.62% | 0.55% | - |
| HSV(B) | 284.79º | 0.67% | 0.83% | - |
| XYZ | 31.57 | 18.07 | 63.45 | - |
| YUV | 116.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 211 | 0.17 | 0.67 | 0 | 0.17 | 284.79 | 0.62 | 0.55 |
| Hex | AF | 45 | D3 | 11 | 43 | 0 | 11 | 11D | 3E | 37 |
| Octal | 257 | 105 | 323 | 21 | 103 | 0 | 21 | 435 | 76 | 67 |
| Binary | 10101111 | 1000101 | 11010011 | 10001 | 1000011 | 0 | 10001 | 100011101 | 111110 | 110111 |
Color Harmonies of #AF45D3
Complementary color
Monochromatic Colors of #AF45D3
Black with #AF45D3
Text Example
Text Example
White with #AF45D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF45D3; }
p { color: rgb(175,69,211); }
H1.HeaderClassName
{
color: #AF45D3;
}
.AnyTagClassName
{
color: #AF45D3;
}
</style>
background-color css
<style>
a { background-color: #AF45D3; }
a { background-color: rgb(175,69,211); }
div.DivClassName
{
background-color: #AF45D3;
}
.BgClassName
{
background-color: #AF45D3;
}
</style>
border-color css
<style>
span { border-color: #AF45D3; }
span { border-color: rgb(175,69,211); }
td.TdClassName
{
border-color: #AF45D3;
}
.TagClassName
{
border-color: #AF45D3;
}
</style>