Shades of Dark Orchid #AF1ABB
Tints of Dark Orchid #AF1ABB
RGB
CMYK
RGB Variations
Color information
#AF1ABB (or 0xAF1ABB) is known color: Dark Orchid. HEX triplet: AF, 1A and BB. RGB value is (175,26,187). Sum of RGB (Red+Green+Blue) = 175+26+187=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF1ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ABB is #50E544. Grayscale: #585858. Windows color (decimal): -5301573 or 12262063. OLE color: 12262063.
HSL color Cylindrical-coordinate representation of color #AF1ABB: hue angle of 295.53º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1ABB is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 26 | 187 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.27 |
| HSL | 295.53º | 0.76% | 0.42% | - |
| HSV(B) | 295.53º | 0.86% | 0.73% | - |
| XYZ | 27.02 | 13.44 | 48.18 | - |
| YUV | 88.91 | 183.36 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 187 | 0.06 | 0.86 | 0 | 0.27 | 295.53 | 0.76 | 0.42 |
| Hex | AF | 1A | BB | 6 | 56 | 0 | 1B | 128 | 4C | 2A |
| Octal | 257 | 32 | 273 | 6 | 126 | 0 | 33 | 450 | 114 | 52 |
| Binary | 10101111 | 11010 | 10111011 | 110 | 1010110 | 0 | 11011 | 100101000 | 1001100 | 101010 |
Color Harmonies of #AF1ABB
Complementary color
Monochromatic Colors of #AF1ABB
Black with #AF1ABB
Text Example
Text Example
White with #AF1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1ABB; }
p { color: rgb(175,26,187); }
H1.HeaderClassName
{
color: #AF1ABB;
}
.AnyTagClassName
{
color: #AF1ABB;
}
</style>
background-color css
<style>
a { background-color: #AF1ABB; }
a { background-color: rgb(175,26,187); }
div.DivClassName
{
background-color: #AF1ABB;
}
.BgClassName
{
background-color: #AF1ABB;
}
</style>
border-color css
<style>
span { border-color: #AF1ABB; }
span { border-color: rgb(175,26,187); }
td.TdClassName
{
border-color: #AF1ABB;
}
.TagClassName
{
border-color: #AF1ABB;
}
</style>