Shades of Medium Orchid #AF56FE
Tints of Medium Orchid #AF56FE
RGB
CMYK
RGB Variations
Color information
#AF56FE (or 0xAF56FE) is known color: Medium Orchid. HEX triplet: AF, 56 and FE. RGB value is (175,86,254). Sum of RGB (Red+Green+Blue) = 175+86+254=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF56FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF56FE is #50A901. Grayscale: #838383. Windows color (decimal): -5286146 or 16668335. OLE color: 16668335.
HSL color Cylindrical-coordinate representation of color #AF56FE: hue angle of 271.79º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF56FE is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 86 | 254 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.00 |
| HSL | 271.79º | 0.99% | 0.67% | - |
| HSV(B) | 271.79º | 0.66% | 1% | - |
| XYZ | 38.9 | 22.93 | 96.14 | - |
| YUV | 131.76 | 196.99 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 254 | 0.31 | 0.66 | 0 | 0.00 | 271.79 | 0.99 | 0.67 |
| Hex | AF | 56 | FE | 1F | 42 | 0 | 0 | 110 | 63 | 43 |
| Octal | 257 | 126 | 376 | 37 | 102 | 0 | 0 | 420 | 143 | 103 |
| Binary | 10101111 | 1010110 | 11111110 | 11111 | 1000010 | 0 | 0 | 100010000 | 1100011 | 1000011 |
Color Harmonies of #AF56FE
Complementary color
Monochromatic Colors of #AF56FE
Black with #AF56FE
Text Example
Text Example
White with #AF56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF56FE; }
p { color: rgb(175,86,254); }
H1.HeaderClassName
{
color: #AF56FE;
}
.AnyTagClassName
{
color: #AF56FE;
}
</style>
background-color css
<style>
a { background-color: #AF56FE; }
a { background-color: rgb(175,86,254); }
div.DivClassName
{
background-color: #AF56FE;
}
.BgClassName
{
background-color: #AF56FE;
}
</style>
border-color css
<style>
span { border-color: #AF56FE; }
span { border-color: rgb(175,86,254); }
td.TdClassName
{
border-color: #AF56FE;
}
.TagClassName
{
border-color: #AF56FE;
}
</style>