Shades of Dark Orchid #AF25BA
Tints of Dark Orchid #AF25BA
RGB
CMYK
RGB Variations
Color information
#AF25BA (or 0xAF25BA) is known color: Dark Orchid. HEX triplet: AF, 25 and BA. RGB value is (175,37,186). Sum of RGB (Red+Green+Blue) = 175+37+186=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF25BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25BA is #50DA45. Grayscale: #5E5E5E. Windows color (decimal): -5298758 or 12199343. OLE color: 12199343.
HSL color Cylindrical-coordinate representation of color #AF25BA: hue angle of 295.57º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF25BA is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 37 | 186 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.27 |
| HSL | 295.57º | 0.67% | 0.44% | - |
| HSV(B) | 295.57º | 0.8% | 0.73% | - |
| XYZ | 27.2 | 13.98 | 47.72 | - |
| YUV | 95.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 186 | 0.06 | 0.80 | 0 | 0.27 | 295.57 | 0.67 | 0.44 |
| Hex | AF | 25 | BA | 6 | 50 | 0 | 1B | 128 | 43 | 2C |
| Octal | 257 | 45 | 272 | 6 | 120 | 0 | 33 | 450 | 103 | 54 |
| Binary | 10101111 | 100101 | 10111010 | 110 | 1010000 | 0 | 11011 | 100101000 | 1000011 | 101100 |
Color Harmonies of #AF25BA
Complementary color
Monochromatic Colors of #AF25BA
Black with #AF25BA
Text Example
Text Example
White with #AF25BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF25BA; }
p { color: rgb(175,37,186); }
H1.HeaderClassName
{
color: #AF25BA;
}
.AnyTagClassName
{
color: #AF25BA;
}
</style>
background-color css
<style>
a { background-color: #AF25BA; }
a { background-color: rgb(175,37,186); }
div.DivClassName
{
background-color: #AF25BA;
}
.BgClassName
{
background-color: #AF25BA;
}
</style>
border-color css
<style>
span { border-color: #AF25BA; }
span { border-color: rgb(175,37,186); }
td.TdClassName
{
border-color: #AF25BA;
}
.TagClassName
{
border-color: #AF25BA;
}
</style>