Shades of Dark Orchid #AF1CBA
Tints of Dark Orchid #AF1CBA
RGB
CMYK
RGB Variations
Color information
#AF1CBA (or 0xAF1CBA) is known color: Dark Orchid. HEX triplet: AF, 1C and BA. RGB value is (175,28,186). Sum of RGB (Red+Green+Blue) = 175+28+186=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF1CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CBA is #50E345. Grayscale: #595959. Windows color (decimal): -5301062 or 12197039. OLE color: 12197039.
HSL color Cylindrical-coordinate representation of color #AF1CBA: hue angle of 295.82º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1CBA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 28 | 186 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.27 |
| HSL | 295.82º | 0.74% | 0.42% | - |
| HSV(B) | 295.82º | 0.85% | 0.73% | - |
| XYZ | 26.96 | 13.49 | 47.64 | - |
| YUV | 89.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 186 | 0.06 | 0.85 | 0 | 0.27 | 295.82 | 0.74 | 0.42 |
| Hex | AF | 1C | BA | 6 | 55 | 0 | 1B | 128 | 4A | 2A |
| Octal | 257 | 34 | 272 | 6 | 125 | 0 | 33 | 450 | 112 | 52 |
| Binary | 10101111 | 11100 | 10111010 | 110 | 1010101 | 0 | 11011 | 100101000 | 1001010 | 101010 |
Color Harmonies of #AF1CBA
Complementary color
Monochromatic Colors of #AF1CBA
Black with #AF1CBA
Text Example
Text Example
White with #AF1CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1CBA; }
p { color: rgb(175,28,186); }
H1.HeaderClassName
{
color: #AF1CBA;
}
.AnyTagClassName
{
color: #AF1CBA;
}
</style>
background-color css
<style>
a { background-color: #AF1CBA; }
a { background-color: rgb(175,28,186); }
div.DivClassName
{
background-color: #AF1CBA;
}
.BgClassName
{
background-color: #AF1CBA;
}
</style>
border-color css
<style>
span { border-color: #AF1CBA; }
span { border-color: rgb(175,28,186); }
td.TdClassName
{
border-color: #AF1CBA;
}
.TagClassName
{
border-color: #AF1CBA;
}
</style>