Shades of Medium Orchid #AF4BFC
Tints of Medium Orchid #AF4BFC
RGB
CMYK
RGB Variations
Color information
#AF4BFC (or 0xAF4BFC) is known color: Medium Orchid. HEX triplet: AF, 4B and FC. RGB value is (175,75,252). Sum of RGB (Red+Green+Blue) = 175+75+252=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF4BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4BFC is #50B403. Grayscale: #7C7C7C. Windows color (decimal): -5288964 or 16534447. OLE color: 16534447.
HSL color Cylindrical-coordinate representation of color #AF4BFC: hue angle of 273.9º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4BFC is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 75 | 252 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.01 |
| HSL | 273.9º | 0.97% | 0.64% | - |
| HSV(B) | 273.9º | 0.7% | 0.99% | - |
| XYZ | 37.77 | 21.17 | 94.19 | - |
| YUV | 125.08 | 199.63 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 252 | 0.31 | 0.70 | 0 | 0.01 | 273.9 | 0.97 | 0.64 |
| Hex | AF | 4B | FC | 1F | 46 | 0 | 1 | 112 | 61 | 40 |
| Octal | 257 | 113 | 374 | 37 | 106 | 0 | 1 | 422 | 141 | 100 |
| Binary | 10101111 | 1001011 | 11111100 | 11111 | 1000110 | 0 | 1 | 100010010 | 1100001 | 1000000 |
Color Harmonies of #AF4BFC
Complementary color
Monochromatic Colors of #AF4BFC
Black with #AF4BFC
Text Example
Text Example
White with #AF4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4BFC; }
p { color: rgb(175,75,252); }
H1.HeaderClassName
{
color: #AF4BFC;
}
.AnyTagClassName
{
color: #AF4BFC;
}
</style>
background-color css
<style>
a { background-color: #AF4BFC; }
a { background-color: rgb(175,75,252); }
div.DivClassName
{
background-color: #AF4BFC;
}
.BgClassName
{
background-color: #AF4BFC;
}
</style>
border-color css
<style>
span { border-color: #AF4BFC; }
span { border-color: rgb(175,75,252); }
td.TdClassName
{
border-color: #AF4BFC;
}
.TagClassName
{
border-color: #AF4BFC;
}
</style>