Shades of Dark Orchid #AF25BE
Tints of Dark Orchid #AF25BE
RGB
CMYK
RGB Variations
Color information
#AF25BE (or 0xAF25BE) is known color: Dark Orchid. HEX triplet: AF, 25 and BE. RGB value is (175,37,190). Sum of RGB (Red+Green+Blue) = 175+37+190=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF25BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25BE is #50DA41. Grayscale: #5F5F5F. Windows color (decimal): -5298754 or 12461487. OLE color: 12461487.
HSL color Cylindrical-coordinate representation of color #AF25BE: hue angle of 294.12º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF25BE is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 37 | 190 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.25 |
| HSL | 294.12º | 0.67% | 0.45% | - |
| HSV(B) | 294.12º | 0.81% | 0.75% | - |
| XYZ | 27.64 | 14.15 | 49.99 | - |
| YUV | 95.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 190 | 0.08 | 0.81 | 0 | 0.25 | 294.12 | 0.67 | 0.45 |
| Hex | AF | 25 | BE | 8 | 51 | 0 | 19 | 126 | 43 | 2D |
| Octal | 257 | 45 | 276 | 10 | 121 | 0 | 31 | 446 | 103 | 55 |
| Binary | 10101111 | 100101 | 10111110 | 1000 | 1010001 | 0 | 11001 | 100100110 | 1000011 | 101101 |
Color Harmonies of #AF25BE
Complementary color
Monochromatic Colors of #AF25BE
Black with #AF25BE
Text Example
Text Example
White with #AF25BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF25BE; }
p { color: rgb(175,37,190); }
H1.HeaderClassName
{
color: #AF25BE;
}
.AnyTagClassName
{
color: #AF25BE;
}
</style>
background-color css
<style>
a { background-color: #AF25BE; }
a { background-color: rgb(175,37,190); }
div.DivClassName
{
background-color: #AF25BE;
}
.BgClassName
{
background-color: #AF25BE;
}
</style>
border-color css
<style>
span { border-color: #AF25BE; }
span { border-color: rgb(175,37,190); }
td.TdClassName
{
border-color: #AF25BE;
}
.TagClassName
{
border-color: #AF25BE;
}
</style>