Shades of Medium Orchid #AF68DA
Tints of Medium Orchid #AF68DA
RGB
CMYK
RGB Variations
Color information
#AF68DA (or 0xAF68DA) is known color: Medium Orchid. HEX triplet: AF, 68 and DA. RGB value is (175,104,218). Sum of RGB (Red+Green+Blue) = 175+104+218=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF68DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68DA is #509725. Grayscale: #898989. Windows color (decimal): -5281574 or 14313647. OLE color: 14313647.
HSL color Cylindrical-coordinate representation of color #AF68DA: hue angle of 277.37º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF68DA is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 104 | 218 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.15 |
| HSL | 277.37º | 0.61% | 0.63% | - |
| HSV(B) | 277.37º | 0.52% | 0.85% | - |
| XYZ | 35.28 | 24.08 | 69.12 | - |
| YUV | 138.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 218 | 0.20 | 0.52 | 0 | 0.15 | 277.37 | 0.61 | 0.63 |
| Hex | AF | 68 | DA | 14 | 34 | 0 | F | 115 | 3D | 3F |
| Octal | 257 | 150 | 332 | 24 | 64 | 0 | 17 | 425 | 75 | 77 |
| Binary | 10101111 | 1101000 | 11011010 | 10100 | 110100 | 0 | 1111 | 100010101 | 111101 | 111111 |
Color Harmonies of #AF68DA
Complementary color
Monochromatic Colors of #AF68DA
Black with #AF68DA
Text Example
Text Example
White with #AF68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68DA; }
p { color: rgb(175,104,218); }
H1.HeaderClassName
{
color: #AF68DA;
}
.AnyTagClassName
{
color: #AF68DA;
}
</style>
background-color css
<style>
a { background-color: #AF68DA; }
a { background-color: rgb(175,104,218); }
div.DivClassName
{
background-color: #AF68DA;
}
.BgClassName
{
background-color: #AF68DA;
}
</style>
border-color css
<style>
span { border-color: #AF68DA; }
span { border-color: rgb(175,104,218); }
td.TdClassName
{
border-color: #AF68DA;
}
.TagClassName
{
border-color: #AF68DA;
}
</style>