Shades of Medium Orchid #AF5FDB
Tints of Medium Orchid #AF5FDB
RGB
CMYK
RGB Variations
Color information
#AF5FDB (or 0xAF5FDB) is known color: Medium Orchid. HEX triplet: AF, 5F and DB. RGB value is (175,95,219). Sum of RGB (Red+Green+Blue) = 175+95+219=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF5FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FDB is #50A024. Grayscale: #848484. Windows color (decimal): -5283877 or 14376879. OLE color: 14376879.
HSL color Cylindrical-coordinate representation of color #AF5FDB: hue angle of 278.71º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF5FDB is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 95 | 219 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.14 |
| HSL | 278.71º | 0.63% | 0.62% | - |
| HSV(B) | 278.71º | 0.57% | 0.86% | - |
| XYZ | 34.56 | 22.41 | 69.52 | - |
| YUV | 133.06 | 176.5 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 219 | 0.20 | 0.57 | 0 | 0.14 | 278.71 | 0.63 | 0.62 |
| Hex | AF | 5F | DB | 14 | 39 | 0 | E | 117 | 3F | 3E |
| Octal | 257 | 137 | 333 | 24 | 71 | 0 | 16 | 427 | 77 | 76 |
| Binary | 10101111 | 1011111 | 11011011 | 10100 | 111001 | 0 | 1110 | 100010111 | 111111 | 111110 |
Color Harmonies of #AF5FDB
Complementary color
Monochromatic Colors of #AF5FDB
Black with #AF5FDB
Text Example
Text Example
White with #AF5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5FDB; }
p { color: rgb(175,95,219); }
H1.HeaderClassName
{
color: #AF5FDB;
}
.AnyTagClassName
{
color: #AF5FDB;
}
</style>
background-color css
<style>
a { background-color: #AF5FDB; }
a { background-color: rgb(175,95,219); }
div.DivClassName
{
background-color: #AF5FDB;
}
.BgClassName
{
background-color: #AF5FDB;
}
</style>
border-color css
<style>
span { border-color: #AF5FDB; }
span { border-color: rgb(175,95,219); }
td.TdClassName
{
border-color: #AF5FDB;
}
.TagClassName
{
border-color: #AF5FDB;
}
</style>