Shades of Medium Orchid #AF4FDA
Tints of Medium Orchid #AF4FDA
RGB
CMYK
RGB Variations
Color information
#AF4FDA (or 0xAF4FDA) is known color: Medium Orchid. HEX triplet: AF, 4F and DA. RGB value is (175,79,218). Sum of RGB (Red+Green+Blue) = 175+79+218=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF4FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FDA is #50B025. Grayscale: #7B7B7B. Windows color (decimal): -5287974 or 14307247. OLE color: 14307247.
HSL color Cylindrical-coordinate representation of color #AF4FDA: hue angle of 281.44º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4FDA is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 79 | 218 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.15 |
| HSL | 281.44º | 0.65% | 0.58% | - |
| HSV(B) | 281.44º | 0.64% | 0.85% | - |
| XYZ | 33.13 | 19.77 | 68.4 | - |
| YUV | 123.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 218 | 0.20 | 0.64 | 0 | 0.15 | 281.44 | 0.65 | 0.58 |
| Hex | AF | 4F | DA | 14 | 40 | 0 | F | 119 | 41 | 3A |
| Octal | 257 | 117 | 332 | 24 | 100 | 0 | 17 | 431 | 101 | 72 |
| Binary | 10101111 | 1001111 | 11011010 | 10100 | 1000000 | 0 | 1111 | 100011001 | 1000001 | 111010 |
Color Harmonies of #AF4FDA
Complementary color
Monochromatic Colors of #AF4FDA
Black with #AF4FDA
Text Example
Text Example
White with #AF4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FDA; }
p { color: rgb(175,79,218); }
H1.HeaderClassName
{
color: #AF4FDA;
}
.AnyTagClassName
{
color: #AF4FDA;
}
</style>
background-color css
<style>
a { background-color: #AF4FDA; }
a { background-color: rgb(175,79,218); }
div.DivClassName
{
background-color: #AF4FDA;
}
.BgClassName
{
background-color: #AF4FDA;
}
</style>
border-color css
<style>
span { border-color: #AF4FDA; }
span { border-color: rgb(175,79,218); }
td.TdClassName
{
border-color: #AF4FDA;
}
.TagClassName
{
border-color: #AF4FDA;
}
</style>