Shades of Medium Orchid #AF64DB
Tints of Medium Orchid #AF64DB
RGB
CMYK
RGB Variations
Color information
#AF64DB (or 0xAF64DB) is known color: Medium Orchid. HEX triplet: AF, 64 and DB. RGB value is (175,100,219). Sum of RGB (Red+Green+Blue) = 175+100+219=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF64DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64DB is #509B24. Grayscale: #878787. Windows color (decimal): -5282597 or 14378159. OLE color: 14378159.
HSL color Cylindrical-coordinate representation of color #AF64DB: hue angle of 277.82º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF64DB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 100 | 219 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.14 |
| HSL | 277.82º | 0.62% | 0.63% | - |
| HSV(B) | 277.82º | 0.54% | 0.86% | - |
| XYZ | 35.02 | 23.34 | 69.68 | - |
| YUV | 135.99 | 174.85 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 219 | 0.20 | 0.54 | 0 | 0.14 | 277.82 | 0.62 | 0.63 |
| Hex | AF | 64 | DB | 14 | 36 | 0 | E | 116 | 3E | 3F |
| Octal | 257 | 144 | 333 | 24 | 66 | 0 | 16 | 426 | 76 | 77 |
| Binary | 10101111 | 1100100 | 11011011 | 10100 | 110110 | 0 | 1110 | 100010110 | 111110 | 111111 |
Color Harmonies of #AF64DB
Complementary color
Monochromatic Colors of #AF64DB
Black with #AF64DB
Text Example
Text Example
White with #AF64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64DB; }
p { color: rgb(175,100,219); }
H1.HeaderClassName
{
color: #AF64DB;
}
.AnyTagClassName
{
color: #AF64DB;
}
</style>
background-color css
<style>
a { background-color: #AF64DB; }
a { background-color: rgb(175,100,219); }
div.DivClassName
{
background-color: #AF64DB;
}
.BgClassName
{
background-color: #AF64DB;
}
</style>
border-color css
<style>
span { border-color: #AF64DB; }
span { border-color: rgb(175,100,219); }
td.TdClassName
{
border-color: #AF64DB;
}
.TagClassName
{
border-color: #AF64DB;
}
</style>