Shades of Medium Orchid #AF5ACB
Tints of Medium Orchid #AF5ACB
RGB
CMYK
RGB Variations
Color information
#AF5ACB (or 0xAF5ACB) is known color: Medium Orchid. HEX triplet: AF, 5A and CB. RGB value is (175,90,203). Sum of RGB (Red+Green+Blue) = 175+90+203=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF5ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ACB is #50A534. Grayscale: #7F7F7F. Windows color (decimal): -5285173 or 13327023. OLE color: 13327023.
HSL color Cylindrical-coordinate representation of color #AF5ACB: hue angle of 285.13º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF5ACB is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 90 | 203 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.20 |
| HSL | 285.13º | 0.52% | 0.57% | - |
| HSV(B) | 285.13º | 0.56% | 0.8% | - |
| XYZ | 32.11 | 20.74 | 58.81 | - |
| YUV | 128.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 203 | 0.14 | 0.56 | 0 | 0.20 | 285.13 | 0.52 | 0.57 |
| Hex | AF | 5A | CB | E | 38 | 0 | 14 | 11D | 34 | 39 |
| Octal | 257 | 132 | 313 | 16 | 70 | 0 | 24 | 435 | 64 | 71 |
| Binary | 10101111 | 1011010 | 11001011 | 1110 | 111000 | 0 | 10100 | 100011101 | 110100 | 111001 |
Color Harmonies of #AF5ACB
Complementary color
Monochromatic Colors of #AF5ACB
Black with #AF5ACB
Text Example
Text Example
White with #AF5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5ACB; }
p { color: rgb(175,90,203); }
H1.HeaderClassName
{
color: #AF5ACB;
}
.AnyTagClassName
{
color: #AF5ACB;
}
</style>
background-color css
<style>
a { background-color: #AF5ACB; }
a { background-color: rgb(175,90,203); }
div.DivClassName
{
background-color: #AF5ACB;
}
.BgClassName
{
background-color: #AF5ACB;
}
</style>
border-color css
<style>
span { border-color: #AF5ACB; }
span { border-color: rgb(175,90,203); }
td.TdClassName
{
border-color: #AF5ACB;
}
.TagClassName
{
border-color: #AF5ACB;
}
</style>