Shades of Medium Orchid #AF63DA
Tints of Medium Orchid #AF63DA
RGB
CMYK
RGB Variations
Color information
#AF63DA (or 0xAF63DA) is known color: Medium Orchid. HEX triplet: AF, 63 and DA. RGB value is (175,99,218). Sum of RGB (Red+Green+Blue) = 175+99+218=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF63DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63DA is #509C25. Grayscale: #868686. Windows color (decimal): -5282854 or 14312367. OLE color: 14312367.
HSL color Cylindrical-coordinate representation of color #AF63DA: hue angle of 278.32º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF63DA is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 99 | 218 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.15 |
| HSL | 278.32º | 0.62% | 0.62% | - |
| HSV(B) | 278.32º | 0.55% | 0.85% | - |
| XYZ | 34.8 | 23.1 | 68.95 | - |
| YUV | 135.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 218 | 0.20 | 0.55 | 0 | 0.15 | 278.32 | 0.62 | 0.62 |
| Hex | AF | 63 | DA | 14 | 37 | 0 | F | 116 | 3E | 3E |
| Octal | 257 | 143 | 332 | 24 | 67 | 0 | 17 | 426 | 76 | 76 |
| Binary | 10101111 | 1100011 | 11011010 | 10100 | 110111 | 0 | 1111 | 100010110 | 111110 | 111110 |
Color Harmonies of #AF63DA
Complementary color
Monochromatic Colors of #AF63DA
Black with #AF63DA
Text Example
Text Example
White with #AF63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63DA; }
p { color: rgb(175,99,218); }
H1.HeaderClassName
{
color: #AF63DA;
}
.AnyTagClassName
{
color: #AF63DA;
}
</style>
background-color css
<style>
a { background-color: #AF63DA; }
a { background-color: rgb(175,99,218); }
div.DivClassName
{
background-color: #AF63DA;
}
.BgClassName
{
background-color: #AF63DA;
}
</style>
border-color css
<style>
span { border-color: #AF63DA; }
span { border-color: rgb(175,99,218); }
td.TdClassName
{
border-color: #AF63DA;
}
.TagClassName
{
border-color: #AF63DA;
}
</style>