Shades of Medium Orchid #AF4FDB
Tints of Medium Orchid #AF4FDB
RGB
CMYK
RGB Variations
Color information
#AF4FDB (or 0xAF4FDB) is known color: Medium Orchid. HEX triplet: AF, 4F and DB. RGB value is (175,79,219). Sum of RGB (Red+Green+Blue) = 175+79+219=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF4FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FDB is #50B024. Grayscale: #7B7B7B. Windows color (decimal): -5287973 or 14372783. OLE color: 14372783.
HSL color Cylindrical-coordinate representation of color #AF4FDB: hue angle of 281.14º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4FDB is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 79 | 219 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.14 |
| HSL | 281.14º | 0.66% | 0.58% | - |
| HSV(B) | 281.14º | 0.64% | 0.86% | - |
| XYZ | 33.26 | 19.82 | 69.09 | - |
| YUV | 123.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 219 | 0.20 | 0.64 | 0 | 0.14 | 281.14 | 0.66 | 0.58 |
| Hex | AF | 4F | DB | 14 | 40 | 0 | E | 119 | 42 | 3A |
| Octal | 257 | 117 | 333 | 24 | 100 | 0 | 16 | 431 | 102 | 72 |
| Binary | 10101111 | 1001111 | 11011011 | 10100 | 1000000 | 0 | 1110 | 100011001 | 1000010 | 111010 |
Color Harmonies of #AF4FDB
Complementary color
Monochromatic Colors of #AF4FDB
Black with #AF4FDB
Text Example
Text Example
White with #AF4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FDB; }
p { color: rgb(175,79,219); }
H1.HeaderClassName
{
color: #AF4FDB;
}
.AnyTagClassName
{
color: #AF4FDB;
}
</style>
background-color css
<style>
a { background-color: #AF4FDB; }
a { background-color: rgb(175,79,219); }
div.DivClassName
{
background-color: #AF4FDB;
}
.BgClassName
{
background-color: #AF4FDB;
}
</style>
border-color css
<style>
span { border-color: #AF4FDB; }
span { border-color: rgb(175,79,219); }
td.TdClassName
{
border-color: #AF4FDB;
}
.TagClassName
{
border-color: #AF4FDB;
}
</style>