Shades of Medium Orchid #AF54DB
Tints of Medium Orchid #AF54DB
RGB
CMYK
RGB Variations
Color information
#AF54DB (or 0xAF54DB) is known color: Medium Orchid. HEX triplet: AF, 54 and DB. RGB value is (175,84,219). Sum of RGB (Red+Green+Blue) = 175+84+219=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54DB is #50AB24. Grayscale: #7E7E7E. Windows color (decimal): -5286693 or 14374063. OLE color: 14374063.
HSL color Cylindrical-coordinate representation of color #AF54DB: hue angle of 280.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF54DB is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 84 | 219 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.14 |
| HSL | 280.44º | 0.65% | 0.59% | - |
| HSV(B) | 280.44º | 0.62% | 0.86% | - |
| XYZ | 33.64 | 20.57 | 69.22 | - |
| YUV | 126.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 219 | 0.20 | 0.62 | 0 | 0.14 | 280.44 | 0.65 | 0.59 |
| Hex | AF | 54 | DB | 14 | 3E | 0 | E | 118 | 41 | 3B |
| Octal | 257 | 124 | 333 | 24 | 76 | 0 | 16 | 430 | 101 | 73 |
| Binary | 10101111 | 1010100 | 11011011 | 10100 | 111110 | 0 | 1110 | 100011000 | 1000001 | 111011 |
Color Harmonies of #AF54DB
Complementary color
Monochromatic Colors of #AF54DB
Black with #AF54DB
Text Example
Text Example
White with #AF54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54DB; }
p { color: rgb(175,84,219); }
H1.HeaderClassName
{
color: #AF54DB;
}
.AnyTagClassName
{
color: #AF54DB;
}
</style>
background-color css
<style>
a { background-color: #AF54DB; }
a { background-color: rgb(175,84,219); }
div.DivClassName
{
background-color: #AF54DB;
}
.BgClassName
{
background-color: #AF54DB;
}
</style>
border-color css
<style>
span { border-color: #AF54DB; }
span { border-color: rgb(175,84,219); }
td.TdClassName
{
border-color: #AF54DB;
}
.TagClassName
{
border-color: #AF54DB;
}
</style>