Shades of Dark Orchid #AF1FCE
Tints of Dark Orchid #AF1FCE
RGB
CMYK
RGB Variations
Color information
#AF1FCE (or 0xAF1FCE) is known color: Dark Orchid. HEX triplet: AF, 1F and CE. RGB value is (175,31,206). Sum of RGB (Red+Green+Blue) = 175+31+206=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF1FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FCE is #50E031. Grayscale: #5D5D5D. Windows color (decimal): -5300274 or 13508527. OLE color: 13508527.
HSL color Cylindrical-coordinate representation of color #AF1FCE: hue angle of 289.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1FCE is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 31 | 206 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.19 |
| HSL | 289.37º | 0.74% | 0.46% | - |
| HSV(B) | 289.37º | 0.85% | 0.81% | - |
| XYZ | 29.31 | 14.55 | 59.66 | - |
| YUV | 94.01 | 191.21 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 206 | 0.15 | 0.85 | 0 | 0.19 | 289.37 | 0.74 | 0.46 |
| Hex | AF | 1F | CE | F | 55 | 0 | 13 | 121 | 4A | 2E |
| Octal | 257 | 37 | 316 | 17 | 125 | 0 | 23 | 441 | 112 | 56 |
| Binary | 10101111 | 11111 | 11001110 | 1111 | 1010101 | 0 | 10011 | 100100001 | 1001010 | 101110 |
Color Harmonies of #AF1FCE
Complementary color
Monochromatic Colors of #AF1FCE
Black with #AF1FCE
Text Example
Text Example
White with #AF1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1FCE; }
p { color: rgb(175,31,206); }
H1.HeaderClassName
{
color: #AF1FCE;
}
.AnyTagClassName
{
color: #AF1FCE;
}
</style>
background-color css
<style>
a { background-color: #AF1FCE; }
a { background-color: rgb(175,31,206); }
div.DivClassName
{
background-color: #AF1FCE;
}
.BgClassName
{
background-color: #AF1FCE;
}
</style>
border-color css
<style>
span { border-color: #AF1FCE; }
span { border-color: rgb(175,31,206); }
td.TdClassName
{
border-color: #AF1FCE;
}
.TagClassName
{
border-color: #AF1FCE;
}
</style>