Shades of Medium Orchid #AF64DA
Tints of Medium Orchid #AF64DA
RGB
CMYK
RGB Variations
Color information
#AF64DA (or 0xAF64DA) is known color: Medium Orchid. HEX triplet: AF, 64 and DA. RGB value is (175,100,218). Sum of RGB (Red+Green+Blue) = 175+100+218=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF64DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64DA is #509B25. Grayscale: #878787. Windows color (decimal): -5282598 or 14312623. OLE color: 14312623.
HSL color Cylindrical-coordinate representation of color #AF64DA: hue angle of 278.14º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF64DA is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 100 | 218 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.15 |
| HSL | 278.14º | 0.61% | 0.62% | - |
| HSV(B) | 278.14º | 0.54% | 0.85% | - |
| XYZ | 34.89 | 23.29 | 68.99 | - |
| YUV | 135.88 | 174.35 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 218 | 0.20 | 0.54 | 0 | 0.15 | 278.14 | 0.61 | 0.62 |
| Hex | AF | 64 | DA | 14 | 36 | 0 | F | 116 | 3D | 3E |
| Octal | 257 | 144 | 332 | 24 | 66 | 0 | 17 | 426 | 75 | 76 |
| Binary | 10101111 | 1100100 | 11011010 | 10100 | 110110 | 0 | 1111 | 100010110 | 111101 | 111110 |
Color Harmonies of #AF64DA
Complementary color
Monochromatic Colors of #AF64DA
Black with #AF64DA
Text Example
Text Example
White with #AF64DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64DA; }
p { color: rgb(175,100,218); }
H1.HeaderClassName
{
color: #AF64DA;
}
.AnyTagClassName
{
color: #AF64DA;
}
</style>
background-color css
<style>
a { background-color: #AF64DA; }
a { background-color: rgb(175,100,218); }
div.DivClassName
{
background-color: #AF64DA;
}
.BgClassName
{
background-color: #AF64DA;
}
</style>
border-color css
<style>
span { border-color: #AF64DA; }
span { border-color: rgb(175,100,218); }
td.TdClassName
{
border-color: #AF64DA;
}
.TagClassName
{
border-color: #AF64DA;
}
</style>