Shades of Medium Orchid #AF43FB
Tints of Medium Orchid #AF43FB
RGB
CMYK
RGB Variations
Color information
#AF43FB (or 0xAF43FB) is known color: Medium Orchid. HEX triplet: AF, 43 and FB. RGB value is (175,67,251). Sum of RGB (Red+Green+Blue) = 175+67+251=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF43FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF43FB is #50BC04. Grayscale: #777777. Windows color (decimal): -5291013 or 16466863. OLE color: 16466863.
HSL color Cylindrical-coordinate representation of color #AF43FB: hue angle of 275.22º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF43FB is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 67 | 251 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.02 |
| HSL | 275.22º | 0.96% | 0.62% | - |
| HSV(B) | 275.22º | 0.73% | 0.98% | - |
| XYZ | 37.1 | 20.09 | 93.19 | - |
| YUV | 120.27 | 201.78 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 251 | 0.30 | 0.73 | 0 | 0.02 | 275.22 | 0.96 | 0.62 |
| Hex | AF | 43 | FB | 1E | 49 | 0 | 2 | 113 | 60 | 3E |
| Octal | 257 | 103 | 373 | 36 | 111 | 0 | 2 | 423 | 140 | 76 |
| Binary | 10101111 | 1000011 | 11111011 | 11110 | 1001001 | 0 | 10 | 100010011 | 1100000 | 111110 |
Color Harmonies of #AF43FB
Complementary color
Monochromatic Colors of #AF43FB
Black with #AF43FB
Text Example
Text Example
White with #AF43FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF43FB; }
p { color: rgb(175,67,251); }
H1.HeaderClassName
{
color: #AF43FB;
}
.AnyTagClassName
{
color: #AF43FB;
}
</style>
background-color css
<style>
a { background-color: #AF43FB; }
a { background-color: rgb(175,67,251); }
div.DivClassName
{
background-color: #AF43FB;
}
.BgClassName
{
background-color: #AF43FB;
}
</style>
border-color css
<style>
span { border-color: #AF43FB; }
span { border-color: rgb(175,67,251); }
td.TdClassName
{
border-color: #AF43FB;
}
.TagClassName
{
border-color: #AF43FB;
}
</style>