Shades of Medium Orchid #AF4AFE
Tints of Medium Orchid #AF4AFE
RGB
CMYK
RGB Variations
Color information
#AF4AFE (or 0xAF4AFE) is known color: Medium Orchid. HEX triplet: AF, 4A and FE. RGB value is (175,74,254). Sum of RGB (Red+Green+Blue) = 175+74+254=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF4AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AFE is #50B501. Grayscale: #7C7C7C. Windows color (decimal): -5289218 or 16665263. OLE color: 16665263.
HSL color Cylindrical-coordinate representation of color #AF4AFE: hue angle of 273.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF4AFE is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 74 | 254 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.00 |
| HSL | 273.67º | 0.99% | 0.64% | - |
| HSV(B) | 273.67º | 0.71% | 1% | - |
| XYZ | 38.02 | 21.17 | 95.85 | - |
| YUV | 124.72 | 200.96 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 254 | 0.31 | 0.71 | 0 | 0.00 | 273.67 | 0.99 | 0.64 |
| Hex | AF | 4A | FE | 1F | 47 | 0 | 0 | 112 | 63 | 40 |
| Octal | 257 | 112 | 376 | 37 | 107 | 0 | 0 | 422 | 143 | 100 |
| Binary | 10101111 | 1001010 | 11111110 | 11111 | 1000111 | 0 | 0 | 100010010 | 1100011 | 1000000 |
Color Harmonies of #AF4AFE
Complementary color
Monochromatic Colors of #AF4AFE
Black with #AF4AFE
Text Example
Text Example
White with #AF4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AFE; }
p { color: rgb(175,74,254); }
H1.HeaderClassName
{
color: #AF4AFE;
}
.AnyTagClassName
{
color: #AF4AFE;
}
</style>
background-color css
<style>
a { background-color: #AF4AFE; }
a { background-color: rgb(175,74,254); }
div.DivClassName
{
background-color: #AF4AFE;
}
.BgClassName
{
background-color: #AF4AFE;
}
</style>
border-color css
<style>
span { border-color: #AF4AFE; }
span { border-color: rgb(175,74,254); }
td.TdClassName
{
border-color: #AF4AFE;
}
.TagClassName
{
border-color: #AF4AFE;
}
</style>