Shades of Medium Orchid #AF4ADA
Tints of Medium Orchid #AF4ADA
RGB
CMYK
RGB Variations
Color information
#AF4ADA (or 0xAF4ADA) is known color: Medium Orchid. HEX triplet: AF, 4A and DA. RGB value is (175,74,218). Sum of RGB (Red+Green+Blue) = 175+74+218=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF4ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4ADA is #50B525. Grayscale: #787878. Windows color (decimal): -5289254 or 14305967. OLE color: 14305967.
HSL color Cylindrical-coordinate representation of color #AF4ADA: hue angle of 282.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF4ADA is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 74 | 218 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.15 |
| HSL | 282.08º | 0.66% | 0.57% | - |
| HSV(B) | 282.08º | 0.66% | 0.85% | - |
| XYZ | 32.78 | 19.07 | 68.28 | - |
| YUV | 120.62 | 182.96 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 218 | 0.20 | 0.66 | 0 | 0.15 | 282.08 | 0.66 | 0.57 |
| Hex | AF | 4A | DA | 14 | 42 | 0 | F | 11A | 42 | 39 |
| Octal | 257 | 112 | 332 | 24 | 102 | 0 | 17 | 432 | 102 | 71 |
| Binary | 10101111 | 1001010 | 11011010 | 10100 | 1000010 | 0 | 1111 | 100011010 | 1000010 | 111001 |
Color Harmonies of #AF4ADA
Complementary color
Monochromatic Colors of #AF4ADA
Black with #AF4ADA
Text Example
Text Example
White with #AF4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4ADA; }
p { color: rgb(175,74,218); }
H1.HeaderClassName
{
color: #AF4ADA;
}
.AnyTagClassName
{
color: #AF4ADA;
}
</style>
background-color css
<style>
a { background-color: #AF4ADA; }
a { background-color: rgb(175,74,218); }
div.DivClassName
{
background-color: #AF4ADA;
}
.BgClassName
{
background-color: #AF4ADA;
}
</style>
border-color css
<style>
span { border-color: #AF4ADA; }
span { border-color: rgb(175,74,218); }
td.TdClassName
{
border-color: #AF4ADA;
}
.TagClassName
{
border-color: #AF4ADA;
}
</style>