Shades of Medium Orchid #AF43E1
Tints of Medium Orchid #AF43E1
RGB
CMYK
RGB Variations
Color information
#AF43E1 (or 0xAF43E1) is known color: Medium Orchid. HEX triplet: AF, 43 and E1. RGB value is (175,67,225). Sum of RGB (Red+Green+Blue) = 175+67+225=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF43E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43E1 is #50BC1E. Grayscale: #747474. Windows color (decimal): -5291039 or 14762927. OLE color: 14762927.
HSL color Cylindrical-coordinate representation of color #AF43E1: hue angle of 281.01º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF43E1 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 67 | 225 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.12 |
| HSL | 281.01º | 0.72% | 0.57% | - |
| HSV(B) | 281.01º | 0.7% | 0.88% | - |
| XYZ | 33.28 | 18.56 | 73.06 | - |
| YUV | 117.3 | 188.78 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 225 | 0.22 | 0.70 | 0 | 0.12 | 281.01 | 0.72 | 0.57 |
| Hex | AF | 43 | E1 | 16 | 46 | 0 | C | 119 | 48 | 39 |
| Octal | 257 | 103 | 341 | 26 | 106 | 0 | 14 | 431 | 110 | 71 |
| Binary | 10101111 | 1000011 | 11100001 | 10110 | 1000110 | 0 | 1100 | 100011001 | 1001000 | 111001 |
Color Harmonies of #AF43E1
Complementary color
Monochromatic Colors of #AF43E1
Black with #AF43E1
Text Example
Text Example
White with #AF43E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF43E1; }
p { color: rgb(175,67,225); }
H1.HeaderClassName
{
color: #AF43E1;
}
.AnyTagClassName
{
color: #AF43E1;
}
</style>
background-color css
<style>
a { background-color: #AF43E1; }
a { background-color: rgb(175,67,225); }
div.DivClassName
{
background-color: #AF43E1;
}
.BgClassName
{
background-color: #AF43E1;
}
</style>
border-color css
<style>
span { border-color: #AF43E1; }
span { border-color: rgb(175,67,225); }
td.TdClassName
{
border-color: #AF43E1;
}
.TagClassName
{
border-color: #AF43E1;
}
</style>