Shades of Medium Orchid #AF4BC4
Tints of Medium Orchid #AF4BC4
RGB
CMYK
RGB Variations
Color information
#AF4BC4 (or 0xAF4BC4) is known color: Medium Orchid. HEX triplet: AF, 4B and C4. RGB value is (175,75,196). Sum of RGB (Red+Green+Blue) = 175+75+196=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF4BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BC4 is #50B43B. Grayscale: #767676. Windows color (decimal): -5289020 or 12864431. OLE color: 12864431.
HSL color Cylindrical-coordinate representation of color #AF4BC4: hue angle of 289.59º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4BC4 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 75 | 196 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.23 |
| HSL | 289.59º | 0.51% | 0.53% | - |
| HSV(B) | 289.59º | 0.62% | 0.77% | - |
| XYZ | 30.16 | 18.13 | 54.13 | - |
| YUV | 118.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 75 | 196 | 0.11 | 0.62 | 0 | 0.23 | 289.59 | 0.51 | 0.53 |
| Hex | AF | 4B | C4 | B | 3E | 0 | 17 | 122 | 33 | 35 |
| Octal | 257 | 113 | 304 | 13 | 76 | 0 | 27 | 442 | 63 | 65 |
| Binary | 10101111 | 1001011 | 11000100 | 1011 | 111110 | 0 | 10111 | 100100010 | 110011 | 110101 |
Color Harmonies of #AF4BC4
Complementary color
Monochromatic Colors of #AF4BC4
Black with #AF4BC4
Text Example
Text Example
White with #AF4BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4BC4; }
p { color: rgb(175,75,196); }
H1.HeaderClassName
{
color: #AF4BC4;
}
.AnyTagClassName
{
color: #AF4BC4;
}
</style>
background-color css
<style>
a { background-color: #AF4BC4; }
a { background-color: rgb(175,75,196); }
div.DivClassName
{
background-color: #AF4BC4;
}
.BgClassName
{
background-color: #AF4BC4;
}
</style>
border-color css
<style>
span { border-color: #AF4BC4; }
span { border-color: rgb(175,75,196); }
td.TdClassName
{
border-color: #AF4BC4;
}
.TagClassName
{
border-color: #AF4BC4;
}
</style>