Shades of Medium Orchid #AF4AD0
Tints of Medium Orchid #AF4AD0
RGB
CMYK
RGB Variations
Color information
#AF4AD0 (or 0xAF4AD0) is known color: Medium Orchid. HEX triplet: AF, 4A and D0. RGB value is (175,74,208). Sum of RGB (Red+Green+Blue) = 175+74+208=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF4AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4AD0 is #50B52F. Grayscale: #777777. Windows color (decimal): -5289264 or 13650607. OLE color: 13650607.
HSL color Cylindrical-coordinate representation of color #AF4AD0: hue angle of 285.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4AD0 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 74 | 208 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.18 |
| HSL | 285.22º | 0.59% | 0.55% | - |
| HSV(B) | 285.22º | 0.64% | 0.82% | - |
| XYZ | 31.51 | 18.57 | 61.6 | - |
| YUV | 119.48 | 177.96 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 208 | 0.16 | 0.64 | 0 | 0.18 | 285.22 | 0.59 | 0.55 |
| Hex | AF | 4A | D0 | 10 | 40 | 0 | 12 | 11D | 3B | 37 |
| Octal | 257 | 112 | 320 | 20 | 100 | 0 | 22 | 435 | 73 | 67 |
| Binary | 10101111 | 1001010 | 11010000 | 10000 | 1000000 | 0 | 10010 | 100011101 | 111011 | 110111 |
Color Harmonies of #AF4AD0
Complementary color
Monochromatic Colors of #AF4AD0
Black with #AF4AD0
Text Example
Text Example
White with #AF4AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AD0; }
p { color: rgb(175,74,208); }
H1.HeaderClassName
{
color: #AF4AD0;
}
.AnyTagClassName
{
color: #AF4AD0;
}
</style>
background-color css
<style>
a { background-color: #AF4AD0; }
a { background-color: rgb(175,74,208); }
div.DivClassName
{
background-color: #AF4AD0;
}
.BgClassName
{
background-color: #AF4AD0;
}
</style>
border-color css
<style>
span { border-color: #AF4AD0; }
span { border-color: rgb(175,74,208); }
td.TdClassName
{
border-color: #AF4AD0;
}
.TagClassName
{
border-color: #AF4AD0;
}
</style>