Shades of Medium Orchid #AF63EE
Tints of Medium Orchid #AF63EE
RGB
CMYK
RGB Variations
Color information
#AF63EE (or 0xAF63EE) is known color: Medium Orchid. HEX triplet: AF, 63 and EE. RGB value is (175,99,238). Sum of RGB (Red+Green+Blue) = 175+99+238=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF63EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63EE is #509C11. Grayscale: #898989. Windows color (decimal): -5282834 or 15623087. OLE color: 15623087.
HSL color Cylindrical-coordinate representation of color #AF63EE: hue angle of 272.81º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF63EE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 99 | 238 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.07 |
| HSL | 272.81º | 0.8% | 0.66% | - |
| HSV(B) | 272.81º | 0.58% | 0.93% | - |
| XYZ | 37.57 | 24.21 | 83.58 | - |
| YUV | 137.57 | 184.68 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 238 | 0.26 | 0.58 | 0 | 0.07 | 272.81 | 0.8 | 0.66 |
| Hex | AF | 63 | EE | 1A | 3A | 0 | 7 | 111 | 50 | 42 |
| Octal | 257 | 143 | 356 | 32 | 72 | 0 | 7 | 421 | 120 | 102 |
| Binary | 10101111 | 1100011 | 11101110 | 11010 | 111010 | 0 | 111 | 100010001 | 1010000 | 1000010 |
Color Harmonies of #AF63EE
Complementary color
Monochromatic Colors of #AF63EE
Black with #AF63EE
Text Example
Text Example
White with #AF63EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63EE; }
p { color: rgb(175,99,238); }
H1.HeaderClassName
{
color: #AF63EE;
}
.AnyTagClassName
{
color: #AF63EE;
}
</style>
background-color css
<style>
a { background-color: #AF63EE; }
a { background-color: rgb(175,99,238); }
div.DivClassName
{
background-color: #AF63EE;
}
.BgClassName
{
background-color: #AF63EE;
}
</style>
border-color css
<style>
span { border-color: #AF63EE; }
span { border-color: rgb(175,99,238); }
td.TdClassName
{
border-color: #AF63EE;
}
.TagClassName
{
border-color: #AF63EE;
}
</style>