Shades of Medium Orchid #AF50DB
Tints of Medium Orchid #AF50DB
RGB
CMYK
RGB Variations
Color information
#AF50DB (or 0xAF50DB) is known color: Medium Orchid. HEX triplet: AF, 50 and DB. RGB value is (175,80,219). Sum of RGB (Red+Green+Blue) = 175+80+219=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF50DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50DB is #50AF24. Grayscale: #7B7B7B. Windows color (decimal): -5287717 or 14373039. OLE color: 14373039.
HSL color Cylindrical-coordinate representation of color #AF50DB: hue angle of 281.01º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF50DB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 80 | 219 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.14 |
| HSL | 281.01º | 0.66% | 0.59% | - |
| HSV(B) | 281.01º | 0.63% | 0.86% | - |
| XYZ | 33.33 | 19.97 | 69.11 | - |
| YUV | 124.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 219 | 0.20 | 0.63 | 0 | 0.14 | 281.01 | 0.66 | 0.59 |
| Hex | AF | 50 | DB | 14 | 3F | 0 | E | 119 | 42 | 3B |
| Octal | 257 | 120 | 333 | 24 | 77 | 0 | 16 | 431 | 102 | 73 |
| Binary | 10101111 | 1010000 | 11011011 | 10100 | 111111 | 0 | 1110 | 100011001 | 1000010 | 111011 |
Color Harmonies of #AF50DB
Complementary color
Monochromatic Colors of #AF50DB
Black with #AF50DB
Text Example
Text Example
White with #AF50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50DB; }
p { color: rgb(175,80,219); }
H1.HeaderClassName
{
color: #AF50DB;
}
.AnyTagClassName
{
color: #AF50DB;
}
</style>
background-color css
<style>
a { background-color: #AF50DB; }
a { background-color: rgb(175,80,219); }
div.DivClassName
{
background-color: #AF50DB;
}
.BgClassName
{
background-color: #AF50DB;
}
</style>
border-color css
<style>
span { border-color: #AF50DB; }
span { border-color: rgb(175,80,219); }
td.TdClassName
{
border-color: #AF50DB;
}
.TagClassName
{
border-color: #AF50DB;
}
</style>