Shades of Medium Orchid #AF65DA
Tints of Medium Orchid #AF65DA
RGB
CMYK
RGB Variations
Color information
#AF65DA (or 0xAF65DA) is known color: Medium Orchid. HEX triplet: AF, 65 and DA. RGB value is (175,101,218). Sum of RGB (Red+Green+Blue) = 175+101+218=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF65DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65DA is #509A25. Grayscale: #888888. Windows color (decimal): -5282342 or 14312879. OLE color: 14312879.
HSL color Cylindrical-coordinate representation of color #AF65DA: hue angle of 277.95º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF65DA is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 101 | 218 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.15 |
| HSL | 277.95º | 0.61% | 0.63% | - |
| HSV(B) | 277.95º | 0.54% | 0.85% | - |
| XYZ | 34.99 | 23.48 | 69.02 | - |
| YUV | 136.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 218 | 0.20 | 0.54 | 0 | 0.15 | 277.95 | 0.61 | 0.63 |
| Hex | AF | 65 | DA | 14 | 36 | 0 | F | 116 | 3D | 3F |
| Octal | 257 | 145 | 332 | 24 | 66 | 0 | 17 | 426 | 75 | 77 |
| Binary | 10101111 | 1100101 | 11011010 | 10100 | 110110 | 0 | 1111 | 100010110 | 111101 | 111111 |
Color Harmonies of #AF65DA
Complementary color
Monochromatic Colors of #AF65DA
Black with #AF65DA
Text Example
Text Example
White with #AF65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65DA; }
p { color: rgb(175,101,218); }
H1.HeaderClassName
{
color: #AF65DA;
}
.AnyTagClassName
{
color: #AF65DA;
}
</style>
background-color css
<style>
a { background-color: #AF65DA; }
a { background-color: rgb(175,101,218); }
div.DivClassName
{
background-color: #AF65DA;
}
.BgClassName
{
background-color: #AF65DA;
}
</style>
border-color css
<style>
span { border-color: #AF65DA; }
span { border-color: rgb(175,101,218); }
td.TdClassName
{
border-color: #AF65DA;
}
.TagClassName
{
border-color: #AF65DA;
}
</style>