Shades of Medium Orchid #AF6ABE
Tints of Medium Orchid #AF6ABE
RGB
CMYK
RGB Variations
Color information
#AF6ABE (or 0xAF6ABE) is known color: Medium Orchid. HEX triplet: AF, 6A and BE. RGB value is (175,106,190). Sum of RGB (Red+Green+Blue) = 175+106+190=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF6ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ABE is #509541. Grayscale: #878787. Windows color (decimal): -5281090 or 12479151. OLE color: 12479151.
HSL color Cylindrical-coordinate representation of color #AF6ABE: hue angle of 289.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF6ABE is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 106 | 190 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.25 |
| HSL | 289.29º | 0.39% | 0.58% | - |
| HSV(B) | 289.29º | 0.44% | 0.75% | - |
| XYZ | 32.13 | 23.14 | 51.49 | - |
| YUV | 136.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 190 | 0.08 | 0.44 | 0 | 0.25 | 289.29 | 0.39 | 0.58 |
| Hex | AF | 6A | BE | 8 | 2C | 0 | 19 | 121 | 27 | 3A |
| Octal | 257 | 152 | 276 | 10 | 54 | 0 | 31 | 441 | 47 | 72 |
| Binary | 10101111 | 1101010 | 10111110 | 1000 | 101100 | 0 | 11001 | 100100001 | 100111 | 111010 |
Color Harmonies of #AF6ABE
Complementary color
Monochromatic Colors of #AF6ABE
Black with #AF6ABE
Text Example
Text Example
White with #AF6ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6ABE; }
p { color: rgb(175,106,190); }
H1.HeaderClassName
{
color: #AF6ABE;
}
.AnyTagClassName
{
color: #AF6ABE;
}
</style>
background-color css
<style>
a { background-color: #AF6ABE; }
a { background-color: rgb(175,106,190); }
div.DivClassName
{
background-color: #AF6ABE;
}
.BgClassName
{
background-color: #AF6ABE;
}
</style>
border-color css
<style>
span { border-color: #AF6ABE; }
span { border-color: rgb(175,106,190); }
td.TdClassName
{
border-color: #AF6ABE;
}
.TagClassName
{
border-color: #AF6ABE;
}
</style>