Shades of Medium Orchid #AF45CE
Tints of Medium Orchid #AF45CE
RGB
CMYK
RGB Variations
Color information
#AF45CE (or 0xAF45CE) is known color: Medium Orchid. HEX triplet: AF, 45 and CE. RGB value is (175,69,206). Sum of RGB (Red+Green+Blue) = 175+69+206=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF45CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45CE is #50BA31. Grayscale: #737373. Windows color (decimal): -5290546 or 13518255. OLE color: 13518255.
HSL color Cylindrical-coordinate representation of color #AF45CE: hue angle of 286.42º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF45CE is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 69 | 206 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.19 |
| HSL | 286.42º | 0.58% | 0.54% | - |
| HSV(B) | 286.42º | 0.67% | 0.81% | - |
| XYZ | 30.95 | 17.83 | 60.2 | - |
| YUV | 116.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 206 | 0.15 | 0.67 | 0 | 0.19 | 286.42 | 0.58 | 0.54 |
| Hex | AF | 45 | CE | F | 43 | 0 | 13 | 11E | 3A | 36 |
| Octal | 257 | 105 | 316 | 17 | 103 | 0 | 23 | 436 | 72 | 66 |
| Binary | 10101111 | 1000101 | 11001110 | 1111 | 1000011 | 0 | 10011 | 100011110 | 111010 | 110110 |
Color Harmonies of #AF45CE
Complementary color
Monochromatic Colors of #AF45CE
Black with #AF45CE
Text Example
Text Example
White with #AF45CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF45CE; }
p { color: rgb(175,69,206); }
H1.HeaderClassName
{
color: #AF45CE;
}
.AnyTagClassName
{
color: #AF45CE;
}
</style>
background-color css
<style>
a { background-color: #AF45CE; }
a { background-color: rgb(175,69,206); }
div.DivClassName
{
background-color: #AF45CE;
}
.BgClassName
{
background-color: #AF45CE;
}
</style>
border-color css
<style>
span { border-color: #AF45CE; }
span { border-color: rgb(175,69,206); }
td.TdClassName
{
border-color: #AF45CE;
}
.TagClassName
{
border-color: #AF45CE;
}
</style>