Shades of Dark Orchid #AF28BC
Tints of Dark Orchid #AF28BC
RGB
CMYK
RGB Variations
Color information
#AF28BC (or 0xAF28BC) is known color: Dark Orchid. HEX triplet: AF, 28 and BC. RGB value is (175,40,188). Sum of RGB (Red+Green+Blue) = 175+40+188=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF28BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28BC is #50D743. Grayscale: #606060. Windows color (decimal): -5297988 or 12331183. OLE color: 12331183.
HSL color Cylindrical-coordinate representation of color #AF28BC: hue angle of 294.73º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF28BC is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 40 | 188 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.26 |
| HSL | 294.73º | 0.65% | 0.45% | - |
| HSV(B) | 294.73º | 0.79% | 0.74% | - |
| XYZ | 27.52 | 14.26 | 48.88 | - |
| YUV | 97.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 188 | 0.07 | 0.79 | 0 | 0.26 | 294.73 | 0.65 | 0.45 |
| Hex | AF | 28 | BC | 7 | 4F | 0 | 1A | 127 | 41 | 2D |
| Octal | 257 | 50 | 274 | 7 | 117 | 0 | 32 | 447 | 101 | 55 |
| Binary | 10101111 | 101000 | 10111100 | 111 | 1001111 | 0 | 11010 | 100100111 | 1000001 | 101101 |
Color Harmonies of #AF28BC
Complementary color
Monochromatic Colors of #AF28BC
Black with #AF28BC
Text Example
Text Example
White with #AF28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF28BC; }
p { color: rgb(175,40,188); }
H1.HeaderClassName
{
color: #AF28BC;
}
.AnyTagClassName
{
color: #AF28BC;
}
</style>
background-color css
<style>
a { background-color: #AF28BC; }
a { background-color: rgb(175,40,188); }
div.DivClassName
{
background-color: #AF28BC;
}
.BgClassName
{
background-color: #AF28BC;
}
</style>
border-color css
<style>
span { border-color: #AF28BC; }
span { border-color: rgb(175,40,188); }
td.TdClassName
{
border-color: #AF28BC;
}
.TagClassName
{
border-color: #AF28BC;
}
</style>