Shades of Medium Orchid #AF45DB
Tints of Medium Orchid #AF45DB
RGB
CMYK
RGB Variations
Color information
#AF45DB (or 0xAF45DB) is known color: Medium Orchid. HEX triplet: AF, 45 and DB. RGB value is (175,69,219). Sum of RGB (Red+Green+Blue) = 175+69+219=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF45DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45DB is #50BA24. Grayscale: #757575. Windows color (decimal): -5290533 or 14370223. OLE color: 14370223.
HSL color Cylindrical-coordinate representation of color #AF45DB: hue angle of 282.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF45DB is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 69 | 219 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.14 |
| HSL | 282.4º | 0.68% | 0.56% | - |
| HSV(B) | 282.4º | 0.68% | 0.86% | - |
| XYZ | 32.59 | 18.48 | 68.87 | - |
| YUV | 117.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 219 | 0.20 | 0.68 | 0 | 0.14 | 282.4 | 0.68 | 0.56 |
| Hex | AF | 45 | DB | 14 | 44 | 0 | E | 11A | 44 | 38 |
| Octal | 257 | 105 | 333 | 24 | 104 | 0 | 16 | 432 | 104 | 70 |
| Binary | 10101111 | 1000101 | 11011011 | 10100 | 1000100 | 0 | 1110 | 100011010 | 1000100 | 111000 |
Color Harmonies of #AF45DB
Complementary color
Monochromatic Colors of #AF45DB
Black with #AF45DB
Text Example
Text Example
White with #AF45DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF45DB; }
p { color: rgb(175,69,219); }
H1.HeaderClassName
{
color: #AF45DB;
}
.AnyTagClassName
{
color: #AF45DB;
}
</style>
background-color css
<style>
a { background-color: #AF45DB; }
a { background-color: rgb(175,69,219); }
div.DivClassName
{
background-color: #AF45DB;
}
.BgClassName
{
background-color: #AF45DB;
}
</style>
border-color css
<style>
span { border-color: #AF45DB; }
span { border-color: rgb(175,69,219); }
td.TdClassName
{
border-color: #AF45DB;
}
.TagClassName
{
border-color: #AF45DB;
}
</style>