Shades of Medium Orchid #AF6ACE
Tints of Medium Orchid #AF6ACE
RGB
CMYK
RGB Variations
Color information
#AF6ACE (or 0xAF6ACE) is known color: Medium Orchid. HEX triplet: AF, 6A and CE. RGB value is (175,106,206). Sum of RGB (Red+Green+Blue) = 175+106+206=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF6ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ACE is #509531. Grayscale: #898989. Windows color (decimal): -5281074 or 13527727. OLE color: 13527727.
HSL color Cylindrical-coordinate representation of color #AF6ACE: hue angle of 281.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF6ACE is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 106 | 206 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.19 |
| HSL | 281.4º | 0.51% | 0.61% | - |
| HSV(B) | 281.4º | 0.49% | 0.81% | - |
| XYZ | 33.97 | 23.88 | 61.21 | - |
| YUV | 138.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 206 | 0.15 | 0.49 | 0 | 0.19 | 281.4 | 0.51 | 0.61 |
| Hex | AF | 6A | CE | F | 31 | 0 | 13 | 119 | 33 | 3D |
| Octal | 257 | 152 | 316 | 17 | 61 | 0 | 23 | 431 | 63 | 75 |
| Binary | 10101111 | 1101010 | 11001110 | 1111 | 110001 | 0 | 10011 | 100011001 | 110011 | 111101 |
Color Harmonies of #AF6ACE
Complementary color
Monochromatic Colors of #AF6ACE
Black with #AF6ACE
Text Example
Text Example
White with #AF6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6ACE; }
p { color: rgb(175,106,206); }
H1.HeaderClassName
{
color: #AF6ACE;
}
.AnyTagClassName
{
color: #AF6ACE;
}
</style>
background-color css
<style>
a { background-color: #AF6ACE; }
a { background-color: rgb(175,106,206); }
div.DivClassName
{
background-color: #AF6ACE;
}
.BgClassName
{
background-color: #AF6ACE;
}
</style>
border-color css
<style>
span { border-color: #AF6ACE; }
span { border-color: rgb(175,106,206); }
td.TdClassName
{
border-color: #AF6ACE;
}
.TagClassName
{
border-color: #AF6ACE;
}
</style>