Shades of Dark Orchid #AF29AF
Tints of Dark Orchid #AF29AF
RGB
CMYK
RGB Variations
Color information
#AF29AF (or 0xAF29AF) is known color: Dark Orchid. HEX triplet: AF, 29 and AF. RGB value is (175,41,175). Sum of RGB (Red+Green+Blue) = 175+41+175=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF29AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF29AF is #50D650. Grayscale: #5F5F5F. Windows color (decimal): -5297745 or 11479471. OLE color: 11479471.
HSL color Cylindrical-coordinate representation of color #AF29AF: hue angle of 300º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF29AF is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 175 | - |
| CMYK | 0 | 0.77 | 0 | 0.31 |
| HSL | 300º | 0.62% | 0.42% | - |
| HSV(B) | 300º | 0.77% | 0.69% | - |
| XYZ | 26.21 | 13.79 | 41.84 | - |
| YUV | 96.34 | 172.39 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 175 | 0 | 0.77 | 0 | 0.31 | 300 | 0.62 | 0.42 |
| Hex | AF | 29 | AF | 0 | 4D | 0 | 1F | 12C | 3E | 2A |
| Octal | 257 | 51 | 257 | 0 | 115 | 0 | 37 | 454 | 76 | 52 |
| Binary | 10101111 | 101001 | 10101111 | 0 | 1001101 | 0 | 11111 | 100101100 | 111110 | 101010 |
Color Harmonies of #AF29AF
Complementary color
Monochromatic Colors of #AF29AF
Black with #AF29AF
Text Example
Text Example
White with #AF29AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF29AF; }
p { color: rgb(175,41,175); }
H1.HeaderClassName
{
color: #AF29AF;
}
.AnyTagClassName
{
color: #AF29AF;
}
</style>
background-color css
<style>
a { background-color: #AF29AF; }
a { background-color: rgb(175,41,175); }
div.DivClassName
{
background-color: #AF29AF;
}
.BgClassName
{
background-color: #AF29AF;
}
</style>
border-color css
<style>
span { border-color: #AF29AF; }
span { border-color: rgb(175,41,175); }
td.TdClassName
{
border-color: #AF29AF;
}
.TagClassName
{
border-color: #AF29AF;
}
</style>