Shades of Medium Orchid #AF48FA
Tints of Medium Orchid #AF48FA
RGB
CMYK
RGB Variations
Color information
#AF48FA (or 0xAF48FA) is known color: Medium Orchid. HEX triplet: AF, 48 and FA. RGB value is (175,72,250). Sum of RGB (Red+Green+Blue) = 175+72+250=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF48FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF48FA is #50B705. Grayscale: #7A7A7A. Windows color (decimal): -5289734 or 16402607. OLE color: 16402607.
HSL color Cylindrical-coordinate representation of color #AF48FA: hue angle of 274.72º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF48FA is Cyan = 0.3, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 72 | 250 | - |
| CMYK | 0.3 | 0.71 | 0 | 0.02 |
| HSL | 274.72º | 0.95% | 0.63% | - |
| HSV(B) | 274.72º | 0.71% | 0.98% | - |
| XYZ | 37.25 | 20.65 | 92.47 | - |
| YUV | 123.09 | 199.62 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 250 | 0.3 | 0.71 | 0 | 0.02 | 274.72 | 0.95 | 0.63 |
| Hex | AF | 48 | FA | 1E | 47 | 0 | 2 | 113 | 5F | 3F |
| Octal | 257 | 110 | 372 | 36 | 107 | 0 | 2 | 423 | 137 | 77 |
| Binary | 10101111 | 1001000 | 11111010 | 11110 | 1000111 | 0 | 10 | 100010011 | 1011111 | 111111 |
Color Harmonies of #AF48FA
Complementary color
Monochromatic Colors of #AF48FA
Black with #AF48FA
Text Example
Text Example
White with #AF48FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF48FA; }
p { color: rgb(175,72,250); }
H1.HeaderClassName
{
color: #AF48FA;
}
.AnyTagClassName
{
color: #AF48FA;
}
</style>
background-color css
<style>
a { background-color: #AF48FA; }
a { background-color: rgb(175,72,250); }
div.DivClassName
{
background-color: #AF48FA;
}
.BgClassName
{
background-color: #AF48FA;
}
</style>
border-color css
<style>
span { border-color: #AF48FA; }
span { border-color: rgb(175,72,250); }
td.TdClassName
{
border-color: #AF48FA;
}
.TagClassName
{
border-color: #AF48FA;
}
</style>