Shades of Medium Orchid #AF63C2
Tints of Medium Orchid #AF63C2
RGB
CMYK
RGB Variations
Color information
#AF63C2 (or 0xAF63C2) is known color: Medium Orchid. HEX triplet: AF, 63 and C2. RGB value is (175,99,194). Sum of RGB (Red+Green+Blue) = 175+99+194=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF63C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63C2 is #509C3D. Grayscale: #848484. Windows color (decimal): -5282878 or 12739503. OLE color: 12739503.
HSL color Cylindrical-coordinate representation of color #AF63C2: hue angle of 288º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF63C2 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 99 | 194 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.24 |
| HSL | 288º | 0.44% | 0.57% | - |
| HSV(B) | 288º | 0.49% | 0.76% | - |
| XYZ | 31.88 | 21.93 | 53.59 | - |
| YUV | 132.55 | 162.68 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 194 | 0.10 | 0.49 | 0 | 0.24 | 288 | 0.44 | 0.57 |
| Hex | AF | 63 | C2 | A | 31 | 0 | 18 | 120 | 2C | 39 |
| Octal | 257 | 143 | 302 | 12 | 61 | 0 | 30 | 440 | 54 | 71 |
| Binary | 10101111 | 1100011 | 11000010 | 1010 | 110001 | 0 | 11000 | 100100000 | 101100 | 111001 |
Color Harmonies of #AF63C2
Complementary color
Monochromatic Colors of #AF63C2
Black with #AF63C2
Text Example
Text Example
White with #AF63C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63C2; }
p { color: rgb(175,99,194); }
H1.HeaderClassName
{
color: #AF63C2;
}
.AnyTagClassName
{
color: #AF63C2;
}
</style>
background-color css
<style>
a { background-color: #AF63C2; }
a { background-color: rgb(175,99,194); }
div.DivClassName
{
background-color: #AF63C2;
}
.BgClassName
{
background-color: #AF63C2;
}
</style>
border-color css
<style>
span { border-color: #AF63C2; }
span { border-color: rgb(175,99,194); }
td.TdClassName
{
border-color: #AF63C2;
}
.TagClassName
{
border-color: #AF63C2;
}
</style>