Shades of Medium Orchid #AF4EFB
Tints of Medium Orchid #AF4EFB
RGB
CMYK
RGB Variations
Color information
#AF4EFB (or 0xAF4EFB) is known color: Medium Orchid. HEX triplet: AF, 4E and FB. RGB value is (175,78,251). Sum of RGB (Red+Green+Blue) = 175+78+251=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF4EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EFB is #50B104. Grayscale: #7E7E7E. Windows color (decimal): -5288197 or 16469679. OLE color: 16469679.
HSL color Cylindrical-coordinate representation of color #AF4EFB: hue angle of 273.64º 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 #AF4EFB is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 78 | 251 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.02 |
| HSL | 273.64º | 0.96% | 0.65% | - |
| HSV(B) | 273.64º | 0.69% | 0.98% | - |
| XYZ | 37.82 | 21.53 | 93.43 | - |
| YUV | 126.73 | 198.14 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 251 | 0.30 | 0.69 | 0 | 0.02 | 273.64 | 0.96 | 0.65 |
| Hex | AF | 4E | FB | 1E | 45 | 0 | 2 | 112 | 60 | 41 |
| Octal | 257 | 116 | 373 | 36 | 105 | 0 | 2 | 422 | 140 | 101 |
| Binary | 10101111 | 1001110 | 11111011 | 11110 | 1000101 | 0 | 10 | 100010010 | 1100000 | 1000001 |
Color Harmonies of #AF4EFB
Complementary color
Monochromatic Colors of #AF4EFB
Black with #AF4EFB
Text Example
Text Example
White with #AF4EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4EFB; }
p { color: rgb(175,78,251); }
H1.HeaderClassName
{
color: #AF4EFB;
}
.AnyTagClassName
{
color: #AF4EFB;
}
</style>
background-color css
<style>
a { background-color: #AF4EFB; }
a { background-color: rgb(175,78,251); }
div.DivClassName
{
background-color: #AF4EFB;
}
.BgClassName
{
background-color: #AF4EFB;
}
</style>
border-color css
<style>
span { border-color: #AF4EFB; }
span { border-color: rgb(175,78,251); }
td.TdClassName
{
border-color: #AF4EFB;
}
.TagClassName
{
border-color: #AF4EFB;
}
</style>