Shades of Dark Orchid #AF2BBB
Tints of Dark Orchid #AF2BBB
RGB
CMYK
RGB Variations
Color information
#AF2BBB (or 0xAF2BBB) is known color: Dark Orchid. HEX triplet: AF, 2B and BB. RGB value is (175,43,187). Sum of RGB (Red+Green+Blue) = 175+43+187=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF2BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BBB is #50D444. Grayscale: #626262. Windows color (decimal): -5297221 or 12266415. OLE color: 12266415.
HSL color Cylindrical-coordinate representation of color #AF2BBB: hue angle of 295º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2BBB is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 43 | 187 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.27 |
| HSL | 295º | 0.63% | 0.45% | - |
| HSV(B) | 295º | 0.77% | 0.73% | - |
| XYZ | 27.51 | 14.43 | 48.35 | - |
| YUV | 98.88 | 177.73 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 187 | 0.06 | 0.77 | 0 | 0.27 | 295 | 0.63 | 0.45 |
| Hex | AF | 2B | BB | 6 | 4D | 0 | 1B | 127 | 3F | 2D |
| Octal | 257 | 53 | 273 | 6 | 115 | 0 | 33 | 447 | 77 | 55 |
| Binary | 10101111 | 101011 | 10111011 | 110 | 1001101 | 0 | 11011 | 100100111 | 111111 | 101101 |
Color Harmonies of #AF2BBB
Complementary color
Monochromatic Colors of #AF2BBB
Black with #AF2BBB
Text Example
Text Example
White with #AF2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BBB; }
p { color: rgb(175,43,187); }
H1.HeaderClassName
{
color: #AF2BBB;
}
.AnyTagClassName
{
color: #AF2BBB;
}
</style>
background-color css
<style>
a { background-color: #AF2BBB; }
a { background-color: rgb(175,43,187); }
div.DivClassName
{
background-color: #AF2BBB;
}
.BgClassName
{
background-color: #AF2BBB;
}
</style>
border-color css
<style>
span { border-color: #AF2BBB; }
span { border-color: rgb(175,43,187); }
td.TdClassName
{
border-color: #AF2BBB;
}
.TagClassName
{
border-color: #AF2BBB;
}
</style>