Shades of Dark Orchid #AF26CF
Tints of Dark Orchid #AF26CF
RGB
CMYK
RGB Variations
Color information
#AF26CF (or 0xAF26CF) is known color: Dark Orchid. HEX triplet: AF, 26 and CF. RGB value is (175,38,207). Sum of RGB (Red+Green+Blue) = 175+38+207=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF26CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26CF is #50D930. Grayscale: #616161. Windows color (decimal): -5298481 or 13575855. OLE color: 13575855.
HSL color Cylindrical-coordinate representation of color #AF26CF: hue angle of 288.64º 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 #AF26CF is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 38 | 207 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.19 |
| HSL | 288.64º | 0.69% | 0.48% | - |
| HSV(B) | 288.64º | 0.82% | 0.81% | - |
| XYZ | 29.63 | 15.01 | 60.37 | - |
| YUV | 98.23 | 189.39 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 207 | 0.15 | 0.82 | 0 | 0.19 | 288.64 | 0.69 | 0.48 |
| Hex | AF | 26 | CF | F | 52 | 0 | 13 | 121 | 45 | 30 |
| Octal | 257 | 46 | 317 | 17 | 122 | 0 | 23 | 441 | 105 | 60 |
| Binary | 10101111 | 100110 | 11001111 | 1111 | 1010010 | 0 | 10011 | 100100001 | 1000101 | 110000 |
Color Harmonies of #AF26CF
Complementary color
Monochromatic Colors of #AF26CF
Black with #AF26CF
Text Example
Text Example
White with #AF26CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF26CF; }
p { color: rgb(175,38,207); }
H1.HeaderClassName
{
color: #AF26CF;
}
.AnyTagClassName
{
color: #AF26CF;
}
</style>
background-color css
<style>
a { background-color: #AF26CF; }
a { background-color: rgb(175,38,207); }
div.DivClassName
{
background-color: #AF26CF;
}
.BgClassName
{
background-color: #AF26CF;
}
</style>
border-color css
<style>
span { border-color: #AF26CF; }
span { border-color: rgb(175,38,207); }
td.TdClassName
{
border-color: #AF26CF;
}
.TagClassName
{
border-color: #AF26CF;
}
</style>