Shades of Medium Orchid #AF5FE2
Tints of Medium Orchid #AF5FE2
RGB
CMYK
RGB Variations
Color information
#AF5FE2 (or 0xAF5FE2) is known color: Medium Orchid. HEX triplet: AF, 5F and E2. RGB value is (175,95,226). Sum of RGB (Red+Green+Blue) = 175+95+226=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF5FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FE2 is #50A01D. Grayscale: #858585. Windows color (decimal): -5283870 or 14835631. OLE color: 14835631.
HSL color Cylindrical-coordinate representation of color #AF5FE2: hue angle of 276.64º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5FE2 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 95 | 226 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.11 |
| HSL | 276.64º | 0.69% | 0.63% | - |
| HSV(B) | 276.64º | 0.58% | 0.89% | - |
| XYZ | 35.5 | 22.79 | 74.48 | - |
| YUV | 133.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 226 | 0.23 | 0.58 | 0 | 0.11 | 276.64 | 0.69 | 0.63 |
| Hex | AF | 5F | E2 | 17 | 3A | 0 | B | 115 | 45 | 3F |
| Octal | 257 | 137 | 342 | 27 | 72 | 0 | 13 | 425 | 105 | 77 |
| Binary | 10101111 | 1011111 | 11100010 | 10111 | 111010 | 0 | 1011 | 100010101 | 1000101 | 111111 |
Color Harmonies of #AF5FE2
Complementary color
Monochromatic Colors of #AF5FE2
Black with #AF5FE2
Text Example
Text Example
White with #AF5FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5FE2; }
p { color: rgb(175,95,226); }
H1.HeaderClassName
{
color: #AF5FE2;
}
.AnyTagClassName
{
color: #AF5FE2;
}
</style>
background-color css
<style>
a { background-color: #AF5FE2; }
a { background-color: rgb(175,95,226); }
div.DivClassName
{
background-color: #AF5FE2;
}
.BgClassName
{
background-color: #AF5FE2;
}
</style>
border-color css
<style>
span { border-color: #AF5FE2; }
span { border-color: rgb(175,95,226); }
td.TdClassName
{
border-color: #AF5FE2;
}
.TagClassName
{
border-color: #AF5FE2;
}
</style>