Shades of Medium Orchid #AF4BC5
Tints of Medium Orchid #AF4BC5
RGB
CMYK
RGB Variations
Color information
#AF4BC5 (or 0xAF4BC5) is known color: Medium Orchid. HEX triplet: AF, 4B and C5. RGB value is (175,75,197). Sum of RGB (Red+Green+Blue) = 175+75+197=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF4BC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BC5 is #50B43A. Grayscale: #767676. Windows color (decimal): -5289019 or 12929967. OLE color: 12929967.
HSL color Cylindrical-coordinate representation of color #AF4BC5: hue angle of 289.18º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4BC5 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 75 | 197 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.23 |
| HSL | 289.18º | 0.51% | 0.53% | - |
| HSV(B) | 289.18º | 0.62% | 0.77% | - |
| XYZ | 30.27 | 18.18 | 54.74 | - |
| YUV | 118.81 | 172.13 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 197 | 0.11 | 0.62 | 0 | 0.23 | 289.18 | 0.51 | 0.53 |
| Hex | AF | 4B | C5 | B | 3E | 0 | 17 | 121 | 33 | 35 |
| Octal | 257 | 113 | 305 | 13 | 76 | 0 | 27 | 441 | 63 | 65 |
| Binary | 10101111 | 1001011 | 11000101 | 1011 | 111110 | 0 | 10111 | 100100001 | 110011 | 110101 |
Color Harmonies of #AF4BC5
Complementary color
Monochromatic Colors of #AF4BC5
Black with #AF4BC5
Text Example
Text Example
White with #AF4BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4BC5; }
p { color: rgb(175,75,197); }
H1.HeaderClassName
{
color: #AF4BC5;
}
.AnyTagClassName
{
color: #AF4BC5;
}
</style>
background-color css
<style>
a { background-color: #AF4BC5; }
a { background-color: rgb(175,75,197); }
div.DivClassName
{
background-color: #AF4BC5;
}
.BgClassName
{
background-color: #AF4BC5;
}
</style>
border-color css
<style>
span { border-color: #AF4BC5; }
span { border-color: rgb(175,75,197); }
td.TdClassName
{
border-color: #AF4BC5;
}
.TagClassName
{
border-color: #AF4BC5;
}
</style>