Shades of Dark Orchid #AF1FC9
Tints of Dark Orchid #AF1FC9
RGB
CMYK
RGB Variations
Color information
#AF1FC9 (or 0xAF1FC9) is known color: Dark Orchid. HEX triplet: AF, 1F and C9. RGB value is (175,31,201). Sum of RGB (Red+Green+Blue) = 175+31+201=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF1FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FC9 is #50E036. Grayscale: #5C5C5C. Windows color (decimal): -5300279 or 13180847. OLE color: 13180847.
HSL color Cylindrical-coordinate representation of color #AF1FC9: hue angle of 290.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1FC9 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 31 | 201 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.21 |
| HSL | 290.82º | 0.73% | 0.45% | - |
| HSV(B) | 290.82º | 0.85% | 0.79% | - |
| XYZ | 28.71 | 14.31 | 56.51 | - |
| YUV | 93.44 | 188.71 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 201 | 0.13 | 0.85 | 0 | 0.21 | 290.82 | 0.73 | 0.45 |
| Hex | AF | 1F | C9 | D | 55 | 0 | 15 | 123 | 49 | 2D |
| Octal | 257 | 37 | 311 | 15 | 125 | 0 | 25 | 443 | 111 | 55 |
| Binary | 10101111 | 11111 | 11001001 | 1101 | 1010101 | 0 | 10101 | 100100011 | 1001001 | 101101 |
Color Harmonies of #AF1FC9
Complementary color
Monochromatic Colors of #AF1FC9
Black with #AF1FC9
Text Example
Text Example
White with #AF1FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1FC9; }
p { color: rgb(175,31,201); }
H1.HeaderClassName
{
color: #AF1FC9;
}
.AnyTagClassName
{
color: #AF1FC9;
}
</style>
background-color css
<style>
a { background-color: #AF1FC9; }
a { background-color: rgb(175,31,201); }
div.DivClassName
{
background-color: #AF1FC9;
}
.BgClassName
{
background-color: #AF1FC9;
}
</style>
border-color css
<style>
span { border-color: #AF1FC9; }
span { border-color: rgb(175,31,201); }
td.TdClassName
{
border-color: #AF1FC9;
}
.TagClassName
{
border-color: #AF1FC9;
}
</style>