Shades of Medium Orchid #AF3DE5
Tints of Medium Orchid #AF3DE5
RGB
CMYK
RGB Variations
Color information
#AF3DE5 (or 0xAF3DE5) is known color: Medium Orchid. HEX triplet: AF, 3D and E5. RGB value is (175,61,229). Sum of RGB (Red+Green+Blue) = 175+61+229=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF3DE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DE5 is #50C21A. Grayscale: #717171. Windows color (decimal): -5292571 or 15023535. OLE color: 15023535.
HSL color Cylindrical-coordinate representation of color #AF3DE5: hue angle of 280.71º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3DE5 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 61 | 229 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.10 |
| HSL | 280.71º | 0.76% | 0.57% | - |
| HSV(B) | 280.71º | 0.73% | 0.9% | - |
| XYZ | 33.49 | 18.11 | 75.86 | - |
| YUV | 114.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 229 | 0.24 | 0.73 | 0 | 0.10 | 280.71 | 0.76 | 0.57 |
| Hex | AF | 3D | E5 | 18 | 49 | 0 | A | 119 | 4C | 39 |
| Octal | 257 | 75 | 345 | 30 | 111 | 0 | 12 | 431 | 114 | 71 |
| Binary | 10101111 | 111101 | 11100101 | 11000 | 1001001 | 0 | 1010 | 100011001 | 1001100 | 111001 |
Color Harmonies of #AF3DE5
Complementary color
Monochromatic Colors of #AF3DE5
Black with #AF3DE5
Text Example
Text Example
White with #AF3DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3DE5; }
p { color: rgb(175,61,229); }
H1.HeaderClassName
{
color: #AF3DE5;
}
.AnyTagClassName
{
color: #AF3DE5;
}
</style>
background-color css
<style>
a { background-color: #AF3DE5; }
a { background-color: rgb(175,61,229); }
div.DivClassName
{
background-color: #AF3DE5;
}
.BgClassName
{
background-color: #AF3DE5;
}
</style>
border-color css
<style>
span { border-color: #AF3DE5; }
span { border-color: rgb(175,61,229); }
td.TdClassName
{
border-color: #AF3DE5;
}
.TagClassName
{
border-color: #AF3DE5;
}
</style>