Shades of Dark Orchid #AF28C1
Tints of Dark Orchid #AF28C1
RGB
CMYK
RGB Variations
Color information
#AF28C1 (or 0xAF28C1) is known color: Dark Orchid. HEX triplet: AF, 28 and C1. RGB value is (175,40,193). Sum of RGB (Red+Green+Blue) = 175+40+193=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF28C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28C1 is #50D73E. Grayscale: #616161. Windows color (decimal): -5297983 or 12658863. OLE color: 12658863.
HSL color Cylindrical-coordinate representation of color #AF28C1: hue angle of 292.94º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF28C1 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 40 | 193 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.24 |
| HSL | 292.94º | 0.66% | 0.46% | - |
| HSV(B) | 292.94º | 0.79% | 0.76% | - |
| XYZ | 28.06 | 14.48 | 51.77 | - |
| YUV | 97.81 | 181.73 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 193 | 0.09 | 0.79 | 0 | 0.24 | 292.94 | 0.66 | 0.46 |
| Hex | AF | 28 | C1 | 9 | 4F | 0 | 18 | 125 | 42 | 2E |
| Octal | 257 | 50 | 301 | 11 | 117 | 0 | 30 | 445 | 102 | 56 |
| Binary | 10101111 | 101000 | 11000001 | 1001 | 1001111 | 0 | 11000 | 100100101 | 1000010 | 101110 |
Color Harmonies of #AF28C1
Complementary color
Monochromatic Colors of #AF28C1
Black with #AF28C1
Text Example
Text Example
White with #AF28C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF28C1; }
p { color: rgb(175,40,193); }
H1.HeaderClassName
{
color: #AF28C1;
}
.AnyTagClassName
{
color: #AF28C1;
}
</style>
background-color css
<style>
a { background-color: #AF28C1; }
a { background-color: rgb(175,40,193); }
div.DivClassName
{
background-color: #AF28C1;
}
.BgClassName
{
background-color: #AF28C1;
}
</style>
border-color css
<style>
span { border-color: #AF28C1; }
span { border-color: rgb(175,40,193); }
td.TdClassName
{
border-color: #AF28C1;
}
.TagClassName
{
border-color: #AF28C1;
}
</style>