Shades of Dark Orchid #AF26D0
Tints of Dark Orchid #AF26D0
RGB
CMYK
RGB Variations
Color information
#AF26D0 (or 0xAF26D0) is known color: Dark Orchid. HEX triplet: AF, 26 and D0. RGB value is (175,38,208). Sum of RGB (Red+Green+Blue) = 175+38+208=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF26D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26D0 is #50D92F. Grayscale: #616161. Windows color (decimal): -5298480 or 13641391. OLE color: 13641391.
HSL color Cylindrical-coordinate representation of color #AF26D0: hue angle of 288.35º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF26D0 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 38 | 208 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.18 |
| HSL | 288.35º | 0.69% | 0.48% | - |
| HSV(B) | 288.35º | 0.82% | 0.82% | - |
| XYZ | 29.76 | 15.05 | 61.01 | - |
| YUV | 98.34 | 189.89 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 208 | 0.16 | 0.82 | 0 | 0.18 | 288.35 | 0.69 | 0.48 |
| Hex | AF | 26 | D0 | 10 | 52 | 0 | 12 | 120 | 45 | 30 |
| Octal | 257 | 46 | 320 | 20 | 122 | 0 | 22 | 440 | 105 | 60 |
| Binary | 10101111 | 100110 | 11010000 | 10000 | 1010010 | 0 | 10010 | 100100000 | 1000101 | 110000 |
Color Harmonies of #AF26D0
Complementary color
Monochromatic Colors of #AF26D0
Black with #AF26D0
Text Example
Text Example
White with #AF26D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF26D0; }
p { color: rgb(175,38,208); }
H1.HeaderClassName
{
color: #AF26D0;
}
.AnyTagClassName
{
color: #AF26D0;
}
</style>
background-color css
<style>
a { background-color: #AF26D0; }
a { background-color: rgb(175,38,208); }
div.DivClassName
{
background-color: #AF26D0;
}
.BgClassName
{
background-color: #AF26D0;
}
</style>
border-color css
<style>
span { border-color: #AF26D0; }
span { border-color: rgb(175,38,208); }
td.TdClassName
{
border-color: #AF26D0;
}
.TagClassName
{
border-color: #AF26D0;
}
</style>