Shades of Dark Orchid #AF2AB7
Tints of Dark Orchid #AF2AB7
RGB
CMYK
RGB Variations
Color information
#AF2AB7 (or 0xAF2AB7) is known color: Dark Orchid. HEX triplet: AF, 2A and B7. RGB value is (175,42,183). Sum of RGB (Red+Green+Blue) = 175+42+183=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF2AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2AB7 is #50D548. Grayscale: #616161. Windows color (decimal): -5297481 or 12004015. OLE color: 12004015.
HSL color Cylindrical-coordinate representation of color #AF2AB7: hue angle of 296.6º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2AB7 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 42 | 183 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.28 |
| HSL | 296.6º | 0.63% | 0.44% | - |
| HSV(B) | 296.6º | 0.77% | 0.72% | - |
| XYZ | 27.05 | 14.19 | 46.11 | - |
| YUV | 97.84 | 176.06 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 183 | 0.04 | 0.77 | 0 | 0.28 | 296.6 | 0.63 | 0.44 |
| Hex | AF | 2A | B7 | 4 | 4D | 0 | 1C | 129 | 3F | 2C |
| Octal | 257 | 52 | 267 | 4 | 115 | 0 | 34 | 451 | 77 | 54 |
| Binary | 10101111 | 101010 | 10110111 | 100 | 1001101 | 0 | 11100 | 100101001 | 111111 | 101100 |
Color Harmonies of #AF2AB7
Complementary color
Monochromatic Colors of #AF2AB7
Black with #AF2AB7
Text Example
Text Example
White with #AF2AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2AB7; }
p { color: rgb(175,42,183); }
H1.HeaderClassName
{
color: #AF2AB7;
}
.AnyTagClassName
{
color: #AF2AB7;
}
</style>
background-color css
<style>
a { background-color: #AF2AB7; }
a { background-color: rgb(175,42,183); }
div.DivClassName
{
background-color: #AF2AB7;
}
.BgClassName
{
background-color: #AF2AB7;
}
</style>
border-color css
<style>
span { border-color: #AF2AB7; }
span { border-color: rgb(175,42,183); }
td.TdClassName
{
border-color: #AF2AB7;
}
.TagClassName
{
border-color: #AF2AB7;
}
</style>