Shades of Medium Orchid #AF3FF8
Tints of Medium Orchid #AF3FF8
RGB
CMYK
RGB Variations
Color information
#AF3FF8 (or 0xAF3FF8) is known color: Medium Orchid. HEX triplet: AF, 3F and F8. RGB value is (175,63,248). Sum of RGB (Red+Green+Blue) = 175+63+248=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF3FF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FF8 is #50C007. Grayscale: #747474. Windows color (decimal): -5292040 or 16269231. OLE color: 16269231.
HSL color Cylindrical-coordinate representation of color #AF3FF8: hue angle of 276.32º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3FF8 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 63 | 248 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.03 |
| HSL | 276.32º | 0.93% | 0.61% | - |
| HSV(B) | 276.32º | 0.75% | 0.97% | - |
| XYZ | 36.4 | 19.45 | 90.64 | - |
| YUV | 117.58 | 201.61 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 248 | 0.29 | 0.75 | 0 | 0.03 | 276.32 | 0.93 | 0.61 |
| Hex | AF | 3F | F8 | 1D | 4B | 0 | 3 | 114 | 5D | 3D |
| Octal | 257 | 77 | 370 | 35 | 113 | 0 | 3 | 424 | 135 | 75 |
| Binary | 10101111 | 111111 | 11111000 | 11101 | 1001011 | 0 | 11 | 100010100 | 1011101 | 111101 |
Color Harmonies of #AF3FF8
Complementary color
Monochromatic Colors of #AF3FF8
Black with #AF3FF8
Text Example
Text Example
White with #AF3FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3FF8; }
p { color: rgb(175,63,248); }
H1.HeaderClassName
{
color: #AF3FF8;
}
.AnyTagClassName
{
color: #AF3FF8;
}
</style>
background-color css
<style>
a { background-color: #AF3FF8; }
a { background-color: rgb(175,63,248); }
div.DivClassName
{
background-color: #AF3FF8;
}
.BgClassName
{
background-color: #AF3FF8;
}
</style>
border-color css
<style>
span { border-color: #AF3FF8; }
span { border-color: rgb(175,63,248); }
td.TdClassName
{
border-color: #AF3FF8;
}
.TagClassName
{
border-color: #AF3FF8;
}
</style>