Shades of Medium Orchid #AF4BF8
Tints of Medium Orchid #AF4BF8
RGB
CMYK
RGB Variations
Color information
#AF4BF8 (or 0xAF4BF8) is known color: Medium Orchid. HEX triplet: AF, 4B and F8. RGB value is (175,75,248). Sum of RGB (Red+Green+Blue) = 175+75+248=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF4BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4BF8 is #50B407. Grayscale: #7C7C7C. Windows color (decimal): -5288968 or 16272303. OLE color: 16272303.
HSL color Cylindrical-coordinate representation of color #AF4BF8: hue angle of 274.68º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4BF8 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 75 | 248 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.03 |
| HSL | 274.68º | 0.93% | 0.63% | - |
| HSV(B) | 274.68º | 0.7% | 0.97% | - |
| XYZ | 37.14 | 20.92 | 90.89 | - |
| YUV | 124.62 | 197.63 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 248 | 0.29 | 0.70 | 0 | 0.03 | 274.68 | 0.93 | 0.63 |
| Hex | AF | 4B | F8 | 1D | 46 | 0 | 3 | 113 | 5D | 3F |
| Octal | 257 | 113 | 370 | 35 | 106 | 0 | 3 | 423 | 135 | 77 |
| Binary | 10101111 | 1001011 | 11111000 | 11101 | 1000110 | 0 | 11 | 100010011 | 1011101 | 111111 |
Color Harmonies of #AF4BF8
Complementary color
Monochromatic Colors of #AF4BF8
Black with #AF4BF8
Text Example
Text Example
White with #AF4BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4BF8; }
p { color: rgb(175,75,248); }
H1.HeaderClassName
{
color: #AF4BF8;
}
.AnyTagClassName
{
color: #AF4BF8;
}
</style>
background-color css
<style>
a { background-color: #AF4BF8; }
a { background-color: rgb(175,75,248); }
div.DivClassName
{
background-color: #AF4BF8;
}
.BgClassName
{
background-color: #AF4BF8;
}
</style>
border-color css
<style>
span { border-color: #AF4BF8; }
span { border-color: rgb(175,75,248); }
td.TdClassName
{
border-color: #AF4BF8;
}
.TagClassName
{
border-color: #AF4BF8;
}
</style>