Shades of Medium Orchid #AF4AF8
Tints of Medium Orchid #AF4AF8
RGB
CMYK
RGB Variations
Color information
#AF4AF8 (or 0xAF4AF8) is known color: Medium Orchid. HEX triplet: AF, 4A and F8. RGB value is (175,74,248). Sum of RGB (Red+Green+Blue) = 175+74+248=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF4AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AF8 is #50B507. Grayscale: #7B7B7B. Windows color (decimal): -5289224 or 16272047. OLE color: 16272047.
HSL color Cylindrical-coordinate representation of color #AF4AF8: hue angle of 274.83º 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 #AF4AF8 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 74 | 248 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.03 |
| HSL | 274.83º | 0.93% | 0.63% | - |
| HSV(B) | 274.83º | 0.7% | 0.97% | - |
| XYZ | 37.07 | 20.79 | 90.87 | - |
| YUV | 124.04 | 197.96 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 248 | 0.29 | 0.70 | 0 | 0.03 | 274.83 | 0.93 | 0.63 |
| Hex | AF | 4A | F8 | 1D | 46 | 0 | 3 | 113 | 5D | 3F |
| Octal | 257 | 112 | 370 | 35 | 106 | 0 | 3 | 423 | 135 | 77 |
| Binary | 10101111 | 1001010 | 11111000 | 11101 | 1000110 | 0 | 11 | 100010011 | 1011101 | 111111 |
Color Harmonies of #AF4AF8
Complementary color
Monochromatic Colors of #AF4AF8
Black with #AF4AF8
Text Example
Text Example
White with #AF4AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AF8; }
p { color: rgb(175,74,248); }
H1.HeaderClassName
{
color: #AF4AF8;
}
.AnyTagClassName
{
color: #AF4AF8;
}
</style>
background-color css
<style>
a { background-color: #AF4AF8; }
a { background-color: rgb(175,74,248); }
div.DivClassName
{
background-color: #AF4AF8;
}
.BgClassName
{
background-color: #AF4AF8;
}
</style>
border-color css
<style>
span { border-color: #AF4AF8; }
span { border-color: rgb(175,74,248); }
td.TdClassName
{
border-color: #AF4AF8;
}
.TagClassName
{
border-color: #AF4AF8;
}
</style>