Shades of Medium Orchid #AF4ACE
Tints of Medium Orchid #AF4ACE
RGB
CMYK
RGB Variations
Color information
#AF4ACE (or 0xAF4ACE) is known color: Medium Orchid. HEX triplet: AF, 4A and CE. RGB value is (175,74,206). Sum of RGB (Red+Green+Blue) = 175+74+206=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF4ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4ACE is #50B531. Grayscale: #767676. Windows color (decimal): -5289266 or 13519535. OLE color: 13519535.
HSL color Cylindrical-coordinate representation of color #AF4ACE: hue angle of 285.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4ACE is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 74 | 206 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.19 |
| HSL | 285.91º | 0.57% | 0.55% | - |
| HSV(B) | 285.91º | 0.64% | 0.81% | - |
| XYZ | 31.27 | 18.47 | 60.31 | - |
| YUV | 119.25 | 176.96 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 206 | 0.15 | 0.64 | 0 | 0.19 | 285.91 | 0.57 | 0.55 |
| Hex | AF | 4A | CE | F | 40 | 0 | 13 | 11E | 39 | 37 |
| Octal | 257 | 112 | 316 | 17 | 100 | 0 | 23 | 436 | 71 | 67 |
| Binary | 10101111 | 1001010 | 11001110 | 1111 | 1000000 | 0 | 10011 | 100011110 | 111001 | 110111 |
Color Harmonies of #AF4ACE
Complementary color
Monochromatic Colors of #AF4ACE
Black with #AF4ACE
Text Example
Text Example
White with #AF4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4ACE; }
p { color: rgb(175,74,206); }
H1.HeaderClassName
{
color: #AF4ACE;
}
.AnyTagClassName
{
color: #AF4ACE;
}
</style>
background-color css
<style>
a { background-color: #AF4ACE; }
a { background-color: rgb(175,74,206); }
div.DivClassName
{
background-color: #AF4ACE;
}
.BgClassName
{
background-color: #AF4ACE;
}
</style>
border-color css
<style>
span { border-color: #AF4ACE; }
span { border-color: rgb(175,74,206); }
td.TdClassName
{
border-color: #AF4ACE;
}
.TagClassName
{
border-color: #AF4ACE;
}
</style>