Shades of Dark Orchid #AF2CB7
Tints of Dark Orchid #AF2CB7
RGB
CMYK
RGB Variations
Color information
#AF2CB7 (or 0xAF2CB7) is known color: Dark Orchid. HEX triplet: AF, 2C and B7. RGB value is (175,44,183). Sum of RGB (Red+Green+Blue) = 175+44+183=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF2CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CB7 is #50D348. Grayscale: #626262. Windows color (decimal): -5296969 or 12004527. OLE color: 12004527.
HSL color Cylindrical-coordinate representation of color #AF2CB7: hue angle of 296.55º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2CB7 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 44 | 183 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.28 |
| HSL | 296.55º | 0.61% | 0.45% | - |
| HSV(B) | 296.55º | 0.76% | 0.72% | - |
| XYZ | 27.13 | 14.33 | 46.14 | - |
| YUV | 99.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 183 | 0.04 | 0.76 | 0 | 0.28 | 296.55 | 0.61 | 0.45 |
| Hex | AF | 2C | B7 | 4 | 4C | 0 | 1C | 129 | 3D | 2D |
| Octal | 257 | 54 | 267 | 4 | 114 | 0 | 34 | 451 | 75 | 55 |
| Binary | 10101111 | 101100 | 10110111 | 100 | 1001100 | 0 | 11100 | 100101001 | 111101 | 101101 |
Color Harmonies of #AF2CB7
Complementary color
Monochromatic Colors of #AF2CB7
Black with #AF2CB7
Text Example
Text Example
White with #AF2CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2CB7; }
p { color: rgb(175,44,183); }
H1.HeaderClassName
{
color: #AF2CB7;
}
.AnyTagClassName
{
color: #AF2CB7;
}
</style>
background-color css
<style>
a { background-color: #AF2CB7; }
a { background-color: rgb(175,44,183); }
div.DivClassName
{
background-color: #AF2CB7;
}
.BgClassName
{
background-color: #AF2CB7;
}
</style>
border-color css
<style>
span { border-color: #AF2CB7; }
span { border-color: rgb(175,44,183); }
td.TdClassName
{
border-color: #AF2CB7;
}
.TagClassName
{
border-color: #AF2CB7;
}
</style>