Shades of Medium Orchid #AF3CE5
Tints of Medium Orchid #AF3CE5
RGB
CMYK
RGB Variations
Color information
#AF3CE5 (or 0xAF3CE5) is known color: Medium Orchid. HEX triplet: AF, 3C and E5. RGB value is (175,60,229). Sum of RGB (Red+Green+Blue) = 175+60+229=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF3CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CE5 is #50C31A. Grayscale: #717171. Windows color (decimal): -5292827 or 15023279. OLE color: 15023279.
HSL color Cylindrical-coordinate representation of color #AF3CE5: hue angle of 280.83º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3CE5 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 60 | 229 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.10 |
| HSL | 280.83º | 0.76% | 0.57% | - |
| HSV(B) | 280.83º | 0.74% | 0.9% | - |
| XYZ | 33.44 | 18 | 75.84 | - |
| YUV | 113.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 229 | 0.24 | 0.74 | 0 | 0.10 | 280.83 | 0.76 | 0.57 |
| Hex | AF | 3C | E5 | 18 | 4A | 0 | A | 119 | 4C | 39 |
| Octal | 257 | 74 | 345 | 30 | 112 | 0 | 12 | 431 | 114 | 71 |
| Binary | 10101111 | 111100 | 11100101 | 11000 | 1001010 | 0 | 1010 | 100011001 | 1001100 | 111001 |
Color Harmonies of #AF3CE5
Complementary color
Monochromatic Colors of #AF3CE5
Black with #AF3CE5
Text Example
Text Example
White with #AF3CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3CE5; }
p { color: rgb(175,60,229); }
H1.HeaderClassName
{
color: #AF3CE5;
}
.AnyTagClassName
{
color: #AF3CE5;
}
</style>
background-color css
<style>
a { background-color: #AF3CE5; }
a { background-color: rgb(175,60,229); }
div.DivClassName
{
background-color: #AF3CE5;
}
.BgClassName
{
background-color: #AF3CE5;
}
</style>
border-color css
<style>
span { border-color: #AF3CE5; }
span { border-color: rgb(175,60,229); }
td.TdClassName
{
border-color: #AF3CE5;
}
.TagClassName
{
border-color: #AF3CE5;
}
</style>