Shades of Dark Orchid #AF26BA
Tints of Dark Orchid #AF26BA
RGB
CMYK
RGB Variations
Color information
#AF26BA (or 0xAF26BA) is known color: Dark Orchid. HEX triplet: AF, 26 and BA. RGB value is (175,38,186). Sum of RGB (Red+Green+Blue) = 175+38+186=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF26BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26BA is #50D945. Grayscale: #5F5F5F. Windows color (decimal): -5298502 or 12199599. OLE color: 12199599.
HSL color Cylindrical-coordinate representation of color #AF26BA: hue angle of 295.54º degrees, saturation: 0.66, 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 #AF26BA is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 38 | 186 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.27 |
| HSL | 295.54º | 0.66% | 0.44% | - |
| HSV(B) | 295.54º | 0.8% | 0.73% | - |
| XYZ | 27.24 | 14.05 | 47.73 | - |
| YUV | 95.84 | 178.89 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 186 | 0.06 | 0.80 | 0 | 0.27 | 295.54 | 0.66 | 0.44 |
| Hex | AF | 26 | BA | 6 | 50 | 0 | 1B | 128 | 42 | 2C |
| Octal | 257 | 46 | 272 | 6 | 120 | 0 | 33 | 450 | 102 | 54 |
| Binary | 10101111 | 100110 | 10111010 | 110 | 1010000 | 0 | 11011 | 100101000 | 1000010 | 101100 |
Color Harmonies of #AF26BA
Complementary color
Monochromatic Colors of #AF26BA
Black with #AF26BA
Text Example
Text Example
White with #AF26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF26BA; }
p { color: rgb(175,38,186); }
H1.HeaderClassName
{
color: #AF26BA;
}
.AnyTagClassName
{
color: #AF26BA;
}
</style>
background-color css
<style>
a { background-color: #AF26BA; }
a { background-color: rgb(175,38,186); }
div.DivClassName
{
background-color: #AF26BA;
}
.BgClassName
{
background-color: #AF26BA;
}
</style>
border-color css
<style>
span { border-color: #AF26BA; }
span { border-color: rgb(175,38,186); }
td.TdClassName
{
border-color: #AF26BA;
}
.TagClassName
{
border-color: #AF26BA;
}
</style>