Shades of Medium Orchid #AF4ADD
Tints of Medium Orchid #AF4ADD
RGB
CMYK
RGB Variations
Color information
#AF4ADD (or 0xAF4ADD) is known color: Medium Orchid. HEX triplet: AF, 4A and DD. RGB value is (175,74,221). Sum of RGB (Red+Green+Blue) = 175+74+221=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF4ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4ADD is #50B522. Grayscale: #787878. Windows color (decimal): -5289251 or 14502575. OLE color: 14502575.
HSL color Cylindrical-coordinate representation of color #AF4ADD: hue angle of 281.22º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF4ADD is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 74 | 221 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.13 |
| HSL | 281.22º | 0.68% | 0.58% | - |
| HSV(B) | 281.22º | 0.67% | 0.87% | - |
| XYZ | 33.18 | 19.23 | 70.37 | - |
| YUV | 120.96 | 184.46 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 221 | 0.21 | 0.67 | 0 | 0.13 | 281.22 | 0.68 | 0.58 |
| Hex | AF | 4A | DD | 15 | 43 | 0 | D | 119 | 44 | 3A |
| Octal | 257 | 112 | 335 | 25 | 103 | 0 | 15 | 431 | 104 | 72 |
| Binary | 10101111 | 1001010 | 11011101 | 10101 | 1000011 | 0 | 1101 | 100011001 | 1000100 | 111010 |
Color Harmonies of #AF4ADD
Complementary color
Monochromatic Colors of #AF4ADD
Black with #AF4ADD
Text Example
Text Example
White with #AF4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4ADD; }
p { color: rgb(175,74,221); }
H1.HeaderClassName
{
color: #AF4ADD;
}
.AnyTagClassName
{
color: #AF4ADD;
}
</style>
background-color css
<style>
a { background-color: #AF4ADD; }
a { background-color: rgb(175,74,221); }
div.DivClassName
{
background-color: #AF4ADD;
}
.BgClassName
{
background-color: #AF4ADD;
}
</style>
border-color css
<style>
span { border-color: #AF4ADD; }
span { border-color: rgb(175,74,221); }
td.TdClassName
{
border-color: #AF4ADD;
}
.TagClassName
{
border-color: #AF4ADD;
}
</style>