Shades of Dark Orchid #AF28D5
Tints of Dark Orchid #AF28D5
RGB
CMYK
RGB Variations
Color information
#AF28D5 (or 0xAF28D5) is known color: Dark Orchid. HEX triplet: AF, 28 and D5. RGB value is (175,40,213). Sum of RGB (Red+Green+Blue) = 175+40+213=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF28D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF28D5 is #50D72A. Grayscale: #636363. Windows color (decimal): -5297963 or 13969583. OLE color: 13969583.
HSL color Cylindrical-coordinate representation of color #AF28D5: hue angle of 286.82º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF28D5 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 40 | 213 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.16 |
| HSL | 286.82º | 0.68% | 0.5% | - |
| HSV(B) | 286.82º | 0.81% | 0.84% | - |
| XYZ | 30.45 | 15.44 | 64.33 | - |
| YUV | 100.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 213 | 0.18 | 0.81 | 0 | 0.16 | 286.82 | 0.68 | 0.5 |
| Hex | AF | 28 | D5 | 12 | 51 | 0 | 10 | 11F | 44 | 32 |
| Octal | 257 | 50 | 325 | 22 | 121 | 0 | 20 | 437 | 104 | 62 |
| Binary | 10101111 | 101000 | 11010101 | 10010 | 1010001 | 0 | 10000 | 100011111 | 1000100 | 110010 |
Color Harmonies of #AF28D5
Complementary color
Monochromatic Colors of #AF28D5
Black with #AF28D5
Text Example
Text Example
White with #AF28D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF28D5; }
p { color: rgb(175,40,213); }
H1.HeaderClassName
{
color: #AF28D5;
}
.AnyTagClassName
{
color: #AF28D5;
}
</style>
background-color css
<style>
a { background-color: #AF28D5; }
a { background-color: rgb(175,40,213); }
div.DivClassName
{
background-color: #AF28D5;
}
.BgClassName
{
background-color: #AF28D5;
}
</style>
border-color css
<style>
span { border-color: #AF28D5; }
span { border-color: rgb(175,40,213); }
td.TdClassName
{
border-color: #AF28D5;
}
.TagClassName
{
border-color: #AF28D5;
}
</style>