Shades of Medium Orchid #AF4BC3
Tints of Medium Orchid #AF4BC3
RGB
CMYK
RGB Variations
Color information
#AF4BC3 (or 0xAF4BC3) is known color: Medium Orchid. HEX triplet: AF, 4B and C3. RGB value is (175,75,195). Sum of RGB (Red+Green+Blue) = 175+75+195=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF4BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BC3 is #50B43C. Grayscale: #767676. Windows color (decimal): -5289021 or 12798895. OLE color: 12798895.
HSL color Cylindrical-coordinate representation of color #AF4BC3: hue angle of 290º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4BC3 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 75 | 195 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.24 |
| HSL | 290º | 0.5% | 0.53% | - |
| HSV(B) | 290º | 0.62% | 0.76% | - |
| XYZ | 30.05 | 18.09 | 53.54 | - |
| YUV | 118.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 195 | 0.10 | 0.62 | 0 | 0.24 | 290 | 0.5 | 0.53 |
| Hex | AF | 4B | C3 | A | 3E | 0 | 18 | 122 | 32 | 35 |
| Octal | 257 | 113 | 303 | 12 | 76 | 0 | 30 | 442 | 62 | 65 |
| Binary | 10101111 | 1001011 | 11000011 | 1010 | 111110 | 0 | 11000 | 100100010 | 110010 | 110101 |
Color Harmonies of #AF4BC3
Complementary color
Monochromatic Colors of #AF4BC3
Black with #AF4BC3
Text Example
Text Example
White with #AF4BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4BC3; }
p { color: rgb(175,75,195); }
H1.HeaderClassName
{
color: #AF4BC3;
}
.AnyTagClassName
{
color: #AF4BC3;
}
</style>
background-color css
<style>
a { background-color: #AF4BC3; }
a { background-color: rgb(175,75,195); }
div.DivClassName
{
background-color: #AF4BC3;
}
.BgClassName
{
background-color: #AF4BC3;
}
</style>
border-color css
<style>
span { border-color: #AF4BC3; }
span { border-color: rgb(175,75,195); }
td.TdClassName
{
border-color: #AF4BC3;
}
.TagClassName
{
border-color: #AF4BC3;
}
</style>