Shades of Medium Orchid #AF5AF8
Tints of Medium Orchid #AF5AF8
RGB
CMYK
RGB Variations
Color information
#AF5AF8 (or 0xAF5AF8) is known color: Medium Orchid. HEX triplet: AF, 5A and F8. RGB value is (175,90,248). Sum of RGB (Red+Green+Blue) = 175+90+248=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF5AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AF8 is #50A507. Grayscale: #848484. Windows color (decimal): -5285128 or 16276143. OLE color: 16276143.
HSL color Cylindrical-coordinate representation of color #AF5AF8: hue angle of 272.28º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF5AF8 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 90 | 248 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.03 |
| HSL | 272.28º | 0.92% | 0.66% | - |
| HSV(B) | 272.28º | 0.64% | 0.97% | - |
| XYZ | 38.28 | 23.2 | 91.27 | - |
| YUV | 133.43 | 192.66 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 248 | 0.29 | 0.64 | 0 | 0.03 | 272.28 | 0.92 | 0.66 |
| Hex | AF | 5A | F8 | 1D | 40 | 0 | 3 | 110 | 5C | 42 |
| Octal | 257 | 132 | 370 | 35 | 100 | 0 | 3 | 420 | 134 | 102 |
| Binary | 10101111 | 1011010 | 11111000 | 11101 | 1000000 | 0 | 11 | 100010000 | 1011100 | 1000010 |
Color Harmonies of #AF5AF8
Complementary color
Monochromatic Colors of #AF5AF8
Black with #AF5AF8
Text Example
Text Example
White with #AF5AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5AF8; }
p { color: rgb(175,90,248); }
H1.HeaderClassName
{
color: #AF5AF8;
}
.AnyTagClassName
{
color: #AF5AF8;
}
</style>
background-color css
<style>
a { background-color: #AF5AF8; }
a { background-color: rgb(175,90,248); }
div.DivClassName
{
background-color: #AF5AF8;
}
.BgClassName
{
background-color: #AF5AF8;
}
</style>
border-color css
<style>
span { border-color: #AF5AF8; }
span { border-color: rgb(175,90,248); }
td.TdClassName
{
border-color: #AF5AF8;
}
.TagClassName
{
border-color: #AF5AF8;
}
</style>