Shades of Medium Orchid #AF5CE4
Tints of Medium Orchid #AF5CE4
RGB
CMYK
RGB Variations
Color information
#AF5CE4 (or 0xAF5CE4) is known color: Medium Orchid. HEX triplet: AF, 5C and E4. RGB value is (175,92,228). Sum of RGB (Red+Green+Blue) = 175+92+228=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF5CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CE4 is #50A31B. Grayscale: #838383. Windows color (decimal): -5284636 or 14965935. OLE color: 14965935.
HSL color Cylindrical-coordinate representation of color #AF5CE4: hue angle of 276.62º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5CE4 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 92 | 228 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.11 |
| HSL | 276.62º | 0.72% | 0.63% | - |
| HSV(B) | 276.62º | 0.6% | 0.89% | - |
| XYZ | 35.51 | 22.37 | 75.84 | - |
| YUV | 132.32 | 182 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 228 | 0.23 | 0.60 | 0 | 0.11 | 276.62 | 0.72 | 0.63 |
| Hex | AF | 5C | E4 | 17 | 3C | 0 | B | 115 | 48 | 3F |
| Octal | 257 | 134 | 344 | 27 | 74 | 0 | 13 | 425 | 110 | 77 |
| Binary | 10101111 | 1011100 | 11100100 | 10111 | 111100 | 0 | 1011 | 100010101 | 1001000 | 111111 |
Color Harmonies of #AF5CE4
Complementary color
Monochromatic Colors of #AF5CE4
Black with #AF5CE4
Text Example
Text Example
White with #AF5CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CE4; }
p { color: rgb(175,92,228); }
H1.HeaderClassName
{
color: #AF5CE4;
}
.AnyTagClassName
{
color: #AF5CE4;
}
</style>
background-color css
<style>
a { background-color: #AF5CE4; }
a { background-color: rgb(175,92,228); }
div.DivClassName
{
background-color: #AF5CE4;
}
.BgClassName
{
background-color: #AF5CE4;
}
</style>
border-color css
<style>
span { border-color: #AF5CE4; }
span { border-color: rgb(175,92,228); }
td.TdClassName
{
border-color: #AF5CE4;
}
.TagClassName
{
border-color: #AF5CE4;
}
</style>