Shades of Medium Orchid #AF4AC4
Tints of Medium Orchid #AF4AC4
RGB
CMYK
RGB Variations
Color information
#AF4AC4 (or 0xAF4AC4) is known color: Medium Orchid. HEX triplet: AF, 4A and C4. RGB value is (175,74,196). Sum of RGB (Red+Green+Blue) = 175+74+196=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF4AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4AC4 is #50B53B. Grayscale: #757575. Windows color (decimal): -5289276 or 12864175. OLE color: 12864175.
HSL color Cylindrical-coordinate representation of color #AF4AC4: hue angle of 289.67º 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 #AF4AC4 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 74 | 196 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.23 |
| HSL | 289.67º | 0.51% | 0.53% | - |
| HSV(B) | 289.67º | 0.62% | 0.77% | - |
| XYZ | 30.09 | 18 | 54.11 | - |
| YUV | 118.11 | 171.96 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 196 | 0.11 | 0.62 | 0 | 0.23 | 289.67 | 0.51 | 0.53 |
| Hex | AF | 4A | C4 | B | 3E | 0 | 17 | 122 | 33 | 35 |
| Octal | 257 | 112 | 304 | 13 | 76 | 0 | 27 | 442 | 63 | 65 |
| Binary | 10101111 | 1001010 | 11000100 | 1011 | 111110 | 0 | 10111 | 100100010 | 110011 | 110101 |
Color Harmonies of #AF4AC4
Complementary color
Monochromatic Colors of #AF4AC4
Black with #AF4AC4
Text Example
Text Example
White with #AF4AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4AC4; }
p { color: rgb(175,74,196); }
H1.HeaderClassName
{
color: #AF4AC4;
}
.AnyTagClassName
{
color: #AF4AC4;
}
</style>
background-color css
<style>
a { background-color: #AF4AC4; }
a { background-color: rgb(175,74,196); }
div.DivClassName
{
background-color: #AF4AC4;
}
.BgClassName
{
background-color: #AF4AC4;
}
</style>
border-color css
<style>
span { border-color: #AF4AC4; }
span { border-color: rgb(175,74,196); }
td.TdClassName
{
border-color: #AF4AC4;
}
.TagClassName
{
border-color: #AF4AC4;
}
</style>