Shades of Dark Orchid #AF26CE
Tints of Dark Orchid #AF26CE
RGB
CMYK
RGB Variations
Color information
#AF26CE (or 0xAF26CE) is known color: Dark Orchid. HEX triplet: AF, 26 and CE. RGB value is (175,38,206). Sum of RGB (Red+Green+Blue) = 175+38+206=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF26CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26CE is #50D931. Grayscale: #616161. Windows color (decimal): -5298482 or 13510319. OLE color: 13510319.
HSL color Cylindrical-coordinate representation of color #AF26CE: hue angle of 288.93º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF26CE is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 38 | 206 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.19 |
| HSL | 288.93º | 0.69% | 0.48% | - |
| HSV(B) | 288.93º | 0.82% | 0.81% | - |
| XYZ | 29.51 | 14.96 | 59.72 | - |
| YUV | 98.12 | 188.89 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 206 | 0.15 | 0.82 | 0 | 0.19 | 288.93 | 0.69 | 0.48 |
| Hex | AF | 26 | CE | F | 52 | 0 | 13 | 121 | 45 | 30 |
| Octal | 257 | 46 | 316 | 17 | 122 | 0 | 23 | 441 | 105 | 60 |
| Binary | 10101111 | 100110 | 11001110 | 1111 | 1010010 | 0 | 10011 | 100100001 | 1000101 | 110000 |
Color Harmonies of #AF26CE
Complementary color
Monochromatic Colors of #AF26CE
Black with #AF26CE
Text Example
Text Example
White with #AF26CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF26CE; }
p { color: rgb(175,38,206); }
H1.HeaderClassName
{
color: #AF26CE;
}
.AnyTagClassName
{
color: #AF26CE;
}
</style>
background-color css
<style>
a { background-color: #AF26CE; }
a { background-color: rgb(175,38,206); }
div.DivClassName
{
background-color: #AF26CE;
}
.BgClassName
{
background-color: #AF26CE;
}
</style>
border-color css
<style>
span { border-color: #AF26CE; }
span { border-color: rgb(175,38,206); }
td.TdClassName
{
border-color: #AF26CE;
}
.TagClassName
{
border-color: #AF26CE;
}
</style>