Shades of Medium Orchid #AF55FE
Tints of Medium Orchid #AF55FE
RGB
CMYK
RGB Variations
Color information
#AF55FE (or 0xAF55FE) is known color: Medium Orchid. HEX triplet: AF, 55 and FE. RGB value is (175,85,254). Sum of RGB (Red+Green+Blue) = 175+85+254=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF55FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF55FE is #50AA01. Grayscale: #828282. Windows color (decimal): -5286402 or 16668079. OLE color: 16668079.
HSL color Cylindrical-coordinate representation of color #AF55FE: hue angle of 271.95º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF55FE is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 85 | 254 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.00 |
| HSL | 271.95º | 0.99% | 0.66% | - |
| HSV(B) | 271.95º | 0.67% | 1% | - |
| XYZ | 38.82 | 22.77 | 96.11 | - |
| YUV | 131.18 | 197.32 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 254 | 0.31 | 0.67 | 0 | 0.00 | 271.95 | 0.99 | 0.66 |
| Hex | AF | 55 | FE | 1F | 43 | 0 | 0 | 110 | 63 | 42 |
| Octal | 257 | 125 | 376 | 37 | 103 | 0 | 0 | 420 | 143 | 102 |
| Binary | 10101111 | 1010101 | 11111110 | 11111 | 1000011 | 0 | 0 | 100010000 | 1100011 | 1000010 |
Color Harmonies of #AF55FE
Complementary color
Monochromatic Colors of #AF55FE
Black with #AF55FE
Text Example
Text Example
White with #AF55FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF55FE; }
p { color: rgb(175,85,254); }
H1.HeaderClassName
{
color: #AF55FE;
}
.AnyTagClassName
{
color: #AF55FE;
}
</style>
background-color css
<style>
a { background-color: #AF55FE; }
a { background-color: rgb(175,85,254); }
div.DivClassName
{
background-color: #AF55FE;
}
.BgClassName
{
background-color: #AF55FE;
}
</style>
border-color css
<style>
span { border-color: #AF55FE; }
span { border-color: rgb(175,85,254); }
td.TdClassName
{
border-color: #AF55FE;
}
.TagClassName
{
border-color: #AF55FE;
}
</style>