Shades of Dark Orchid #AF1BCC
Tints of Dark Orchid #AF1BCC
RGB
CMYK
RGB Variations
Color information
#AF1BCC (or 0xAF1BCC) is known color: Dark Orchid. HEX triplet: AF, 1B and CC. RGB value is (175,27,204). Sum of RGB (Red+Green+Blue) = 175+27+204=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 27 (10.94% from 255 or 6.65% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF1BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BCC is #50E433. Grayscale: #5A5A5A. Windows color (decimal): -5301300 or 13376431. OLE color: 13376431.
HSL color Cylindrical-coordinate representation of color #AF1BCC: hue angle of 290.17º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1BCC is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 27 | 204 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.2 |
| HSL | 290.17º | 0.77% | 0.45% | - |
| HSV(B) | 290.17º | 0.87% | 0.8% | - |
| XYZ | 28.97 | 14.26 | 58.35 | - |
| YUV | 91.43 | 191.53 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 204 | 0.14 | 0.87 | 0 | 0.2 | 290.17 | 0.77 | 0.45 |
| Hex | AF | 1B | CC | E | 57 | 0 | 14 | 122 | 4D | 2D |
| Octal | 257 | 33 | 314 | 16 | 127 | 0 | 24 | 442 | 115 | 55 |
| Binary | 10101111 | 11011 | 11001100 | 1110 | 1010111 | 0 | 10100 | 100100010 | 1001101 | 101101 |
Color Harmonies of #AF1BCC
Complementary color
Monochromatic Colors of #AF1BCC
Black with #AF1BCC
Text Example
Text Example
White with #AF1BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1BCC; }
p { color: rgb(175,27,204); }
H1.HeaderClassName
{
color: #AF1BCC;
}
.AnyTagClassName
{
color: #AF1BCC;
}
</style>
background-color css
<style>
a { background-color: #AF1BCC; }
a { background-color: rgb(175,27,204); }
div.DivClassName
{
background-color: #AF1BCC;
}
.BgClassName
{
background-color: #AF1BCC;
}
</style>
border-color css
<style>
span { border-color: #AF1BCC; }
span { border-color: rgb(175,27,204); }
td.TdClassName
{
border-color: #AF1BCC;
}
.TagClassName
{
border-color: #AF1BCC;
}
</style>