Shades of Medium Orchid #AF6BCE
Tints of Medium Orchid #AF6BCE
RGB
CMYK
RGB Variations
Color information
#AF6BCE (or 0xAF6BCE) is known color: Medium Orchid. HEX triplet: AF, 6B and CE. RGB value is (175,107,206). Sum of RGB (Red+Green+Blue) = 175+107+206=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF6BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BCE is #509431. Grayscale: #8A8A8A. Windows color (decimal): -5280818 or 13527983. OLE color: 13527983.
HSL color Cylindrical-coordinate representation of color #AF6BCE: hue angle of 281.21º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF6BCE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 107 | 206 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.19 |
| HSL | 281.21º | 0.5% | 0.61% | - |
| HSV(B) | 281.21º | 0.48% | 0.81% | - |
| XYZ | 34.08 | 24.09 | 61.25 | - |
| YUV | 138.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 206 | 0.15 | 0.48 | 0 | 0.19 | 281.21 | 0.5 | 0.61 |
| Hex | AF | 6B | CE | F | 30 | 0 | 13 | 119 | 32 | 3D |
| Octal | 257 | 153 | 316 | 17 | 60 | 0 | 23 | 431 | 62 | 75 |
| Binary | 10101111 | 1101011 | 11001110 | 1111 | 110000 | 0 | 10011 | 100011001 | 110010 | 111101 |
Color Harmonies of #AF6BCE
Complementary color
Monochromatic Colors of #AF6BCE
Black with #AF6BCE
Text Example
Text Example
White with #AF6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BCE; }
p { color: rgb(175,107,206); }
H1.HeaderClassName
{
color: #AF6BCE;
}
.AnyTagClassName
{
color: #AF6BCE;
}
</style>
background-color css
<style>
a { background-color: #AF6BCE; }
a { background-color: rgb(175,107,206); }
div.DivClassName
{
background-color: #AF6BCE;
}
.BgClassName
{
background-color: #AF6BCE;
}
</style>
border-color css
<style>
span { border-color: #AF6BCE; }
span { border-color: rgb(175,107,206); }
td.TdClassName
{
border-color: #AF6BCE;
}
.TagClassName
{
border-color: #AF6BCE;
}
</style>