Shades of Dark Orchid #AF1FCF
Tints of Dark Orchid #AF1FCF
RGB
CMYK
RGB Variations
Color information
#AF1FCF (or 0xAF1FCF) is known color: Dark Orchid. HEX triplet: AF, 1F and CF. RGB value is (175,31,207). Sum of RGB (Red+Green+Blue) = 175+31+207=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF1FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FCF is #50E030. Grayscale: #5D5D5D. Windows color (decimal): -5300273 or 13574063. OLE color: 13574063.
HSL color Cylindrical-coordinate representation of color #AF1FCF: hue angle of 289.09º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1FCF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 31 | 207 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.19 |
| HSL | 289.09º | 0.74% | 0.47% | - |
| HSV(B) | 289.09º | 0.85% | 0.81% | - |
| XYZ | 29.43 | 14.6 | 60.3 | - |
| YUV | 94.12 | 191.71 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 207 | 0.15 | 0.85 | 0 | 0.19 | 289.09 | 0.74 | 0.47 |
| Hex | AF | 1F | CF | F | 55 | 0 | 13 | 121 | 4A | 2F |
| Octal | 257 | 37 | 317 | 17 | 125 | 0 | 23 | 441 | 112 | 57 |
| Binary | 10101111 | 11111 | 11001111 | 1111 | 1010101 | 0 | 10011 | 100100001 | 1001010 | 101111 |
Color Harmonies of #AF1FCF
Complementary color
Monochromatic Colors of #AF1FCF
Black with #AF1FCF
Text Example
Text Example
White with #AF1FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1FCF; }
p { color: rgb(175,31,207); }
H1.HeaderClassName
{
color: #AF1FCF;
}
.AnyTagClassName
{
color: #AF1FCF;
}
</style>
background-color css
<style>
a { background-color: #AF1FCF; }
a { background-color: rgb(175,31,207); }
div.DivClassName
{
background-color: #AF1FCF;
}
.BgClassName
{
background-color: #AF1FCF;
}
</style>
border-color css
<style>
span { border-color: #AF1FCF; }
span { border-color: rgb(175,31,207); }
td.TdClassName
{
border-color: #AF1FCF;
}
.TagClassName
{
border-color: #AF1FCF;
}
</style>