Shades of Medium Orchid #AF48CE
Tints of Medium Orchid #AF48CE
RGB
CMYK
RGB Variations
Color information
#AF48CE (or 0xAF48CE) is known color: Medium Orchid. HEX triplet: AF, 48 and CE. RGB value is (175,72,206). Sum of RGB (Red+Green+Blue) = 175+72+206=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF48CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48CE is #50B731. Grayscale: #757575. Windows color (decimal): -5289778 or 13519023. OLE color: 13519023.
HSL color Cylindrical-coordinate representation of color #AF48CE: hue angle of 286.12º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF48CE is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 72 | 206 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.19 |
| HSL | 286.12º | 0.58% | 0.55% | - |
| HSV(B) | 286.12º | 0.65% | 0.81% | - |
| XYZ | 31.14 | 18.2 | 60.27 | - |
| YUV | 118.07 | 177.62 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 206 | 0.15 | 0.65 | 0 | 0.19 | 286.12 | 0.58 | 0.55 |
| Hex | AF | 48 | CE | F | 41 | 0 | 13 | 11E | 3A | 37 |
| Octal | 257 | 110 | 316 | 17 | 101 | 0 | 23 | 436 | 72 | 67 |
| Binary | 10101111 | 1001000 | 11001110 | 1111 | 1000001 | 0 | 10011 | 100011110 | 111010 | 110111 |
Color Harmonies of #AF48CE
Complementary color
Monochromatic Colors of #AF48CE
Black with #AF48CE
Text Example
Text Example
White with #AF48CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF48CE; }
p { color: rgb(175,72,206); }
H1.HeaderClassName
{
color: #AF48CE;
}
.AnyTagClassName
{
color: #AF48CE;
}
</style>
background-color css
<style>
a { background-color: #AF48CE; }
a { background-color: rgb(175,72,206); }
div.DivClassName
{
background-color: #AF48CE;
}
.BgClassName
{
background-color: #AF48CE;
}
</style>
border-color css
<style>
span { border-color: #AF48CE; }
span { border-color: rgb(175,72,206); }
td.TdClassName
{
border-color: #AF48CE;
}
.TagClassName
{
border-color: #AF48CE;
}
</style>