Shades of Dark Orchid #AF2CBA
Tints of Dark Orchid #AF2CBA
RGB
CMYK
RGB Variations
Color information
#AF2CBA (or 0xAF2CBA) is known color: Dark Orchid. HEX triplet: AF, 2C and BA. RGB value is (175,44,186). Sum of RGB (Red+Green+Blue) = 175+44+186=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF2CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CBA is #50D345. Grayscale: #626262. Windows color (decimal): -5296966 or 12201135. OLE color: 12201135.
HSL color Cylindrical-coordinate representation of color #AF2CBA: hue angle of 295.35º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2CBA is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 44 | 186 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.27 |
| HSL | 295.35º | 0.62% | 0.45% | - |
| HSV(B) | 295.35º | 0.76% | 0.73% | - |
| XYZ | 27.44 | 14.46 | 47.8 | - |
| YUV | 99.36 | 176.9 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 186 | 0.06 | 0.76 | 0 | 0.27 | 295.35 | 0.62 | 0.45 |
| Hex | AF | 2C | BA | 6 | 4C | 0 | 1B | 127 | 3E | 2D |
| Octal | 257 | 54 | 272 | 6 | 114 | 0 | 33 | 447 | 76 | 55 |
| Binary | 10101111 | 101100 | 10111010 | 110 | 1001100 | 0 | 11011 | 100100111 | 111110 | 101101 |
Color Harmonies of #AF2CBA
Complementary color
Monochromatic Colors of #AF2CBA
Black with #AF2CBA
Text Example
Text Example
White with #AF2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2CBA; }
p { color: rgb(175,44,186); }
H1.HeaderClassName
{
color: #AF2CBA;
}
.AnyTagClassName
{
color: #AF2CBA;
}
</style>
background-color css
<style>
a { background-color: #AF2CBA; }
a { background-color: rgb(175,44,186); }
div.DivClassName
{
background-color: #AF2CBA;
}
.BgClassName
{
background-color: #AF2CBA;
}
</style>
border-color css
<style>
span { border-color: #AF2CBA; }
span { border-color: rgb(175,44,186); }
td.TdClassName
{
border-color: #AF2CBA;
}
.TagClassName
{
border-color: #AF2CBA;
}
</style>