Shades of Medium Orchid #AF42C4
Tints of Medium Orchid #AF42C4
RGB
CMYK
RGB Variations
Color information
#AF42C4 (or 0xAF42C4) is known color: Medium Orchid. HEX triplet: AF, 42 and C4. RGB value is (175,66,196). Sum of RGB (Red+Green+Blue) = 175+66+196=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF42C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42C4 is #50BD3B. Grayscale: #717171. Windows color (decimal): -5291324 or 12862127. OLE color: 12862127.
HSL color Cylindrical-coordinate representation of color #AF42C4: hue angle of 290.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF42C4 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 66 | 196 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.23 |
| HSL | 290.31º | 0.52% | 0.51% | - |
| HSV(B) | 290.31º | 0.66% | 0.77% | - |
| XYZ | 29.59 | 17 | 53.95 | - |
| YUV | 113.41 | 174.61 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 196 | 0.11 | 0.66 | 0 | 0.23 | 290.31 | 0.52 | 0.51 |
| Hex | AF | 42 | C4 | B | 42 | 0 | 17 | 122 | 34 | 33 |
| Octal | 257 | 102 | 304 | 13 | 102 | 0 | 27 | 442 | 64 | 63 |
| Binary | 10101111 | 1000010 | 11000100 | 1011 | 1000010 | 0 | 10111 | 100100010 | 110100 | 110011 |
Color Harmonies of #AF42C4
Complementary color
Monochromatic Colors of #AF42C4
Black with #AF42C4
Text Example
Text Example
White with #AF42C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42C4; }
p { color: rgb(175,66,196); }
H1.HeaderClassName
{
color: #AF42C4;
}
.AnyTagClassName
{
color: #AF42C4;
}
</style>
background-color css
<style>
a { background-color: #AF42C4; }
a { background-color: rgb(175,66,196); }
div.DivClassName
{
background-color: #AF42C4;
}
.BgClassName
{
background-color: #AF42C4;
}
</style>
border-color css
<style>
span { border-color: #AF42C4; }
span { border-color: rgb(175,66,196); }
td.TdClassName
{
border-color: #AF42C4;
}
.TagClassName
{
border-color: #AF42C4;
}
</style>