Shades of Dark Orchid #AF26C6
Tints of Dark Orchid #AF26C6
RGB
CMYK
RGB Variations
Color information
#AF26C6 (or 0xAF26C6) is known color: Dark Orchid. HEX triplet: AF, 26 and C6. RGB value is (175,38,198). Sum of RGB (Red+Green+Blue) = 175+38+198=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF26C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26C6 is #50D939. Grayscale: #606060. Windows color (decimal): -5298490 or 12986031. OLE color: 12986031.
HSL color Cylindrical-coordinate representation of color #AF26C6: hue angle of 291.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF26C6 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 38 | 198 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.22 |
| HSL | 291.38º | 0.68% | 0.46% | - |
| HSV(B) | 291.38º | 0.81% | 0.78% | - |
| XYZ | 28.57 | 14.58 | 54.73 | - |
| YUV | 97.2 | 184.89 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 198 | 0.12 | 0.81 | 0 | 0.22 | 291.38 | 0.68 | 0.46 |
| Hex | AF | 26 | C6 | C | 51 | 0 | 16 | 123 | 44 | 2E |
| Octal | 257 | 46 | 306 | 14 | 121 | 0 | 26 | 443 | 104 | 56 |
| Binary | 10101111 | 100110 | 11000110 | 1100 | 1010001 | 0 | 10110 | 100100011 | 1000100 | 101110 |
Color Harmonies of #AF26C6
Complementary color
Monochromatic Colors of #AF26C6
Black with #AF26C6
Text Example
Text Example
White with #AF26C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF26C6; }
p { color: rgb(175,38,198); }
H1.HeaderClassName
{
color: #AF26C6;
}
.AnyTagClassName
{
color: #AF26C6;
}
</style>
background-color css
<style>
a { background-color: #AF26C6; }
a { background-color: rgb(175,38,198); }
div.DivClassName
{
background-color: #AF26C6;
}
.BgClassName
{
background-color: #AF26C6;
}
</style>
border-color css
<style>
span { border-color: #AF26C6; }
span { border-color: rgb(175,38,198); }
td.TdClassName
{
border-color: #AF26C6;
}
.TagClassName
{
border-color: #AF26C6;
}
</style>