Shades of Medium Orchid #AF56FA
Tints of Medium Orchid #AF56FA
RGB
CMYK
RGB Variations
Color information
#AF56FA (or 0xAF56FA) is known color: Medium Orchid. HEX triplet: AF, 56 and FA. RGB value is (175,86,250). Sum of RGB (Red+Green+Blue) = 175+86+250=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF56FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF56FA is #50A905. Grayscale: #828282. Windows color (decimal): -5286150 or 16406191. OLE color: 16406191.
HSL color Cylindrical-coordinate representation of color #AF56FA: hue angle of 272.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF56FA is Cyan = 0.3, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 86 | 250 | - |
| CMYK | 0.3 | 0.66 | 0 | 0.02 |
| HSL | 272.56º | 0.94% | 0.66% | - |
| HSV(B) | 272.56º | 0.66% | 0.98% | - |
| XYZ | 38.26 | 22.67 | 92.8 | - |
| YUV | 131.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 250 | 0.3 | 0.66 | 0 | 0.02 | 272.56 | 0.94 | 0.66 |
| Hex | AF | 56 | FA | 1E | 42 | 0 | 2 | 111 | 5E | 42 |
| Octal | 257 | 126 | 372 | 36 | 102 | 0 | 2 | 421 | 136 | 102 |
| Binary | 10101111 | 1010110 | 11111010 | 11110 | 1000010 | 0 | 10 | 100010001 | 1011110 | 1000010 |
Color Harmonies of #AF56FA
Complementary color
Monochromatic Colors of #AF56FA
Black with #AF56FA
Text Example
Text Example
White with #AF56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF56FA; }
p { color: rgb(175,86,250); }
H1.HeaderClassName
{
color: #AF56FA;
}
.AnyTagClassName
{
color: #AF56FA;
}
</style>
background-color css
<style>
a { background-color: #AF56FA; }
a { background-color: rgb(175,86,250); }
div.DivClassName
{
background-color: #AF56FA;
}
.BgClassName
{
background-color: #AF56FA;
}
</style>
border-color css
<style>
span { border-color: #AF56FA; }
span { border-color: rgb(175,86,250); }
td.TdClassName
{
border-color: #AF56FA;
}
.TagClassName
{
border-color: #AF56FA;
}
</style>