Shades of Medium Orchid #AF4EDB
Tints of Medium Orchid #AF4EDB
RGB
CMYK
RGB Variations
Color information
#AF4EDB (or 0xAF4EDB) is known color: Medium Orchid. HEX triplet: AF, 4E and DB. RGB value is (175,78,219). Sum of RGB (Red+Green+Blue) = 175+78+219=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF4EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EDB is #50B124. Grayscale: #7A7A7A. Windows color (decimal): -5288229 or 14372527. OLE color: 14372527.
HSL color Cylindrical-coordinate representation of color #AF4EDB: hue angle of 281.28º 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 #AF4EDB is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 78 | 219 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.14 |
| HSL | 281.28º | 0.66% | 0.58% | - |
| HSV(B) | 281.28º | 0.64% | 0.86% | - |
| XYZ | 33.19 | 19.68 | 69.07 | - |
| YUV | 123.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 219 | 0.20 | 0.64 | 0 | 0.14 | 281.28 | 0.66 | 0.58 |
| Hex | AF | 4E | DB | 14 | 40 | 0 | E | 119 | 42 | 3A |
| Octal | 257 | 116 | 333 | 24 | 100 | 0 | 16 | 431 | 102 | 72 |
| Binary | 10101111 | 1001110 | 11011011 | 10100 | 1000000 | 0 | 1110 | 100011001 | 1000010 | 111010 |
Color Harmonies of #AF4EDB
Complementary color
Monochromatic Colors of #AF4EDB
Black with #AF4EDB
Text Example
Text Example
White with #AF4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4EDB; }
p { color: rgb(175,78,219); }
H1.HeaderClassName
{
color: #AF4EDB;
}
.AnyTagClassName
{
color: #AF4EDB;
}
</style>
background-color css
<style>
a { background-color: #AF4EDB; }
a { background-color: rgb(175,78,219); }
div.DivClassName
{
background-color: #AF4EDB;
}
.BgClassName
{
background-color: #AF4EDB;
}
</style>
border-color css
<style>
span { border-color: #AF4EDB; }
span { border-color: rgb(175,78,219); }
td.TdClassName
{
border-color: #AF4EDB;
}
.TagClassName
{
border-color: #AF4EDB;
}
</style>