Shades of Dark Orchid #AF25AB
Tints of Dark Orchid #AF25AB
RGB
CMYK
RGB Variations
Color information
#AF25AB (or 0xAF25AB) is known color: Dark Orchid. HEX triplet: AF, 25 and AB. RGB value is (175,37,171). Sum of RGB (Red+Green+Blue) = 175+37+171=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF25AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF25AB is #50DA54. Grayscale: #5D5D5D. Windows color (decimal): -5298773 or 11216303. OLE color: 11216303.
HSL color Cylindrical-coordinate representation of color #AF25AB: hue angle of 301.74º 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 #AF25AB is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 171 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.31 |
| HSL | 301.74º | 0.65% | 0.42% | - |
| HSV(B) | 301.74º | 0.79% | 0.69% | - |
| XYZ | 25.69 | 13.38 | 39.76 | - |
| YUV | 93.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 171 | 0 | 0.79 | 0.02 | 0.31 | 301.74 | 0.65 | 0.42 |
| Hex | AF | 25 | AB | 0 | 4F | 2 | 1F | 12E | 41 | 2A |
| Octal | 257 | 45 | 253 | 0 | 117 | 2 | 37 | 456 | 101 | 52 |
| Binary | 10101111 | 100101 | 10101011 | 0 | 1001111 | 10 | 11111 | 100101110 | 1000001 | 101010 |
Color Harmonies of #AF25AB
Complementary color
Monochromatic Colors of #AF25AB
Black with #AF25AB
Text Example
Text Example
White with #AF25AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF25AB; }
p { color: rgb(175,37,171); }
H1.HeaderClassName
{
color: #AF25AB;
}
.AnyTagClassName
{
color: #AF25AB;
}
</style>
background-color css
<style>
a { background-color: #AF25AB; }
a { background-color: rgb(175,37,171); }
div.DivClassName
{
background-color: #AF25AB;
}
.BgClassName
{
background-color: #AF25AB;
}
</style>
border-color css
<style>
span { border-color: #AF25AB; }
span { border-color: rgb(175,37,171); }
td.TdClassName
{
border-color: #AF25AB;
}
.TagClassName
{
border-color: #AF25AB;
}
</style>