Shades of Medium Orchid #AF4FFE
Tints of Medium Orchid #AF4FFE
RGB
CMYK
RGB Variations
Color information
#AF4FFE (or 0xAF4FFE) is known color: Medium Orchid. HEX triplet: AF, 4F and FE. RGB value is (175,79,254). Sum of RGB (Red+Green+Blue) = 175+79+254=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF4FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4FFE is #50B001. Grayscale: #7F7F7F. Windows color (decimal): -5287938 or 16666543. OLE color: 16666543.
HSL color Cylindrical-coordinate representation of color #AF4FFE: hue angle of 272.91º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4FFE is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 79 | 254 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.00 |
| HSL | 272.91º | 0.99% | 0.65% | - |
| HSV(B) | 272.91º | 0.69% | 1% | - |
| XYZ | 38.36 | 21.86 | 95.96 | - |
| YUV | 127.65 | 199.3 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 254 | 0.31 | 0.69 | 0 | 0.00 | 272.91 | 0.99 | 0.65 |
| Hex | AF | 4F | FE | 1F | 45 | 0 | 0 | 111 | 63 | 41 |
| Octal | 257 | 117 | 376 | 37 | 105 | 0 | 0 | 421 | 143 | 101 |
| Binary | 10101111 | 1001111 | 11111110 | 11111 | 1000101 | 0 | 0 | 100010001 | 1100011 | 1000001 |
Color Harmonies of #AF4FFE
Complementary color
Monochromatic Colors of #AF4FFE
Black with #AF4FFE
Text Example
Text Example
White with #AF4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FFE; }
p { color: rgb(175,79,254); }
H1.HeaderClassName
{
color: #AF4FFE;
}
.AnyTagClassName
{
color: #AF4FFE;
}
</style>
background-color css
<style>
a { background-color: #AF4FFE; }
a { background-color: rgb(175,79,254); }
div.DivClassName
{
background-color: #AF4FFE;
}
.BgClassName
{
background-color: #AF4FFE;
}
</style>
border-color css
<style>
span { border-color: #AF4FFE; }
span { border-color: rgb(175,79,254); }
td.TdClassName
{
border-color: #AF4FFE;
}
.TagClassName
{
border-color: #AF4FFE;
}
</style>