Shades of Dark Orchid #AF25AF
Tints of Dark Orchid #AF25AF
RGB
CMYK
RGB Variations
Color information
#AF25AF (or 0xAF25AF) is known color: Dark Orchid. HEX triplet: AF, 25 and AF. RGB value is (175,37,175). Sum of RGB (Red+Green+Blue) = 175+37+175=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF25AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF25AF is #50DA50. Grayscale: #5D5D5D. Windows color (decimal): -5298769 or 11478447. OLE color: 11478447.
HSL color Cylindrical-coordinate representation of color #AF25AF: hue angle of 300º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF25AF is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 175 | - |
| CMYK | 0 | 0.79 | 0 | 0.31 |
| HSL | 300º | 0.65% | 0.42% | - |
| HSV(B) | 300º | 0.79% | 0.69% | - |
| XYZ | 26.08 | 13.53 | 41.79 | - |
| YUV | 93.99 | 173.72 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 175 | 0 | 0.79 | 0 | 0.31 | 300 | 0.65 | 0.42 |
| Hex | AF | 25 | AF | 0 | 4F | 0 | 1F | 12C | 41 | 2A |
| Octal | 257 | 45 | 257 | 0 | 117 | 0 | 37 | 454 | 101 | 52 |
| Binary | 10101111 | 100101 | 10101111 | 0 | 1001111 | 0 | 11111 | 100101100 | 1000001 | 101010 |
Color Harmonies of #AF25AF
Complementary color
Monochromatic Colors of #AF25AF
Black with #AF25AF
Text Example
Text Example
White with #AF25AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF25AF; }
p { color: rgb(175,37,175); }
H1.HeaderClassName
{
color: #AF25AF;
}
.AnyTagClassName
{
color: #AF25AF;
}
</style>
background-color css
<style>
a { background-color: #AF25AF; }
a { background-color: rgb(175,37,175); }
div.DivClassName
{
background-color: #AF25AF;
}
.BgClassName
{
background-color: #AF25AF;
}
</style>
border-color css
<style>
span { border-color: #AF25AF; }
span { border-color: rgb(175,37,175); }
td.TdClassName
{
border-color: #AF25AF;
}
.TagClassName
{
border-color: #AF25AF;
}
</style>