Shades of Dark Orchid #AF26B2
Tints of Dark Orchid #AF26B2
RGB
CMYK
RGB Variations
Color information
#AF26B2 (or 0xAF26B2) is known color: Dark Orchid. HEX triplet: AF, 26 and B2. RGB value is (175,38,178). Sum of RGB (Red+Green+Blue) = 175+38+178=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF26B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF26B2 is #50D94D. Grayscale: #5E5E5E. Windows color (decimal): -5298510 or 11675311. OLE color: 11675311.
HSL color Cylindrical-coordinate representation of color #AF26B2: hue angle of 298.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF26B2 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 38 | 178 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.30 |
| HSL | 298.71º | 0.65% | 0.42% | - |
| HSV(B) | 298.71º | 0.79% | 0.7% | - |
| XYZ | 26.41 | 13.71 | 43.37 | - |
| YUV | 94.92 | 174.89 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 178 | 0.02 | 0.79 | 0 | 0.30 | 298.71 | 0.65 | 0.42 |
| Hex | AF | 26 | B2 | 2 | 4F | 0 | 1E | 12B | 41 | 2A |
| Octal | 257 | 46 | 262 | 2 | 117 | 0 | 36 | 453 | 101 | 52 |
| Binary | 10101111 | 100110 | 10110010 | 10 | 1001111 | 0 | 11110 | 100101011 | 1000001 | 101010 |
Color Harmonies of #AF26B2
Complementary color
Monochromatic Colors of #AF26B2
Black with #AF26B2
Text Example
Text Example
White with #AF26B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF26B2; }
p { color: rgb(175,38,178); }
H1.HeaderClassName
{
color: #AF26B2;
}
.AnyTagClassName
{
color: #AF26B2;
}
</style>
background-color css
<style>
a { background-color: #AF26B2; }
a { background-color: rgb(175,38,178); }
div.DivClassName
{
background-color: #AF26B2;
}
.BgClassName
{
background-color: #AF26B2;
}
</style>
border-color css
<style>
span { border-color: #AF26B2; }
span { border-color: rgb(175,38,178); }
td.TdClassName
{
border-color: #AF26B2;
}
.TagClassName
{
border-color: #AF26B2;
}
</style>