Shades of Dark Orchid #AF1FC8
Tints of Dark Orchid #AF1FC8
RGB
CMYK
RGB Variations
Color information
#AF1FC8 (or 0xAF1FC8) is known color: Dark Orchid. HEX triplet: AF, 1F and C8. RGB value is (175,31,200). Sum of RGB (Red+Green+Blue) = 175+31+200=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF1FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FC8 is #50E037. Grayscale: #5C5C5C. Windows color (decimal): -5300280 or 13115311. OLE color: 13115311.
HSL color Cylindrical-coordinate representation of color #AF1FC8: hue angle of 291.12º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1FC8 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 31 | 200 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.22 |
| HSL | 291.12º | 0.73% | 0.45% | - |
| HSV(B) | 291.12º | 0.85% | 0.78% | - |
| XYZ | 28.59 | 14.26 | 55.89 | - |
| YUV | 93.32 | 188.21 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 200 | 0.12 | 0.84 | 0 | 0.22 | 291.12 | 0.73 | 0.45 |
| Hex | AF | 1F | C8 | C | 54 | 0 | 16 | 123 | 49 | 2D |
| Octal | 257 | 37 | 310 | 14 | 124 | 0 | 26 | 443 | 111 | 55 |
| Binary | 10101111 | 11111 | 11001000 | 1100 | 1010100 | 0 | 10110 | 100100011 | 1001001 | 101101 |
Color Harmonies of #AF1FC8
Complementary color
Monochromatic Colors of #AF1FC8
Black with #AF1FC8
Text Example
Text Example
White with #AF1FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1FC8; }
p { color: rgb(175,31,200); }
H1.HeaderClassName
{
color: #AF1FC8;
}
.AnyTagClassName
{
color: #AF1FC8;
}
</style>
background-color css
<style>
a { background-color: #AF1FC8; }
a { background-color: rgb(175,31,200); }
div.DivClassName
{
background-color: #AF1FC8;
}
.BgClassName
{
background-color: #AF1FC8;
}
</style>
border-color css
<style>
span { border-color: #AF1FC8; }
span { border-color: rgb(175,31,200); }
td.TdClassName
{
border-color: #AF1FC8;
}
.TagClassName
{
border-color: #AF1FC8;
}
</style>