Shades of Medium Orchid #AF4FFB
Tints of Medium Orchid #AF4FFB
RGB
CMYK
RGB Variations
Color information
#AF4FFB (or 0xAF4FFB) is known color: Medium Orchid. HEX triplet: AF, 4F and FB. RGB value is (175,79,251). Sum of RGB (Red+Green+Blue) = 175+79+251=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF4FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4FFB is #50B004. Grayscale: #7E7E7E. Windows color (decimal): -5287941 or 16469935. OLE color: 16469935.
HSL color Cylindrical-coordinate representation of color #AF4FFB: hue angle of 273.49º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4FFB is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 79 | 251 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.02 |
| HSL | 273.49º | 0.96% | 0.65% | - |
| HSV(B) | 273.49º | 0.69% | 0.98% | - |
| XYZ | 37.89 | 21.67 | 93.45 | - |
| YUV | 127.31 | 197.8 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 251 | 0.30 | 0.69 | 0 | 0.02 | 273.49 | 0.96 | 0.65 |
| Hex | AF | 4F | FB | 1E | 45 | 0 | 2 | 111 | 60 | 41 |
| Octal | 257 | 117 | 373 | 36 | 105 | 0 | 2 | 421 | 140 | 101 |
| Binary | 10101111 | 1001111 | 11111011 | 11110 | 1000101 | 0 | 10 | 100010001 | 1100000 | 1000001 |
Color Harmonies of #AF4FFB
Complementary color
Monochromatic Colors of #AF4FFB
Black with #AF4FFB
Text Example
Text Example
White with #AF4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FFB; }
p { color: rgb(175,79,251); }
H1.HeaderClassName
{
color: #AF4FFB;
}
.AnyTagClassName
{
color: #AF4FFB;
}
</style>
background-color css
<style>
a { background-color: #AF4FFB; }
a { background-color: rgb(175,79,251); }
div.DivClassName
{
background-color: #AF4FFB;
}
.BgClassName
{
background-color: #AF4FFB;
}
</style>
border-color css
<style>
span { border-color: #AF4FFB; }
span { border-color: rgb(175,79,251); }
td.TdClassName
{
border-color: #AF4FFB;
}
.TagClassName
{
border-color: #AF4FFB;
}
</style>