Shades of Dark Orchid #AF1ABE
Tints of Dark Orchid #AF1ABE
RGB
CMYK
RGB Variations
Color information
#AF1ABE (or 0xAF1ABE) is known color: Dark Orchid. HEX triplet: AF, 1A and BE. RGB value is (175,26,190). Sum of RGB (Red+Green+Blue) = 175+26+190=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF1ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ABE is #50E541. Grayscale: #585858. Windows color (decimal): -5301570 or 12458671. OLE color: 12458671.
HSL color Cylindrical-coordinate representation of color #AF1ABE: hue angle of 294.51º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1ABE is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 26 | 190 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.25 |
| HSL | 294.51º | 0.76% | 0.42% | - |
| HSV(B) | 294.51º | 0.86% | 0.75% | - |
| XYZ | 27.34 | 13.57 | 49.89 | - |
| YUV | 89.25 | 184.86 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 190 | 0.08 | 0.86 | 0 | 0.25 | 294.51 | 0.76 | 0.42 |
| Hex | AF | 1A | BE | 8 | 56 | 0 | 19 | 127 | 4C | 2A |
| Octal | 257 | 32 | 276 | 10 | 126 | 0 | 31 | 447 | 114 | 52 |
| Binary | 10101111 | 11010 | 10111110 | 1000 | 1010110 | 0 | 11001 | 100100111 | 1001100 | 101010 |
Color Harmonies of #AF1ABE
Complementary color
Monochromatic Colors of #AF1ABE
Black with #AF1ABE
Text Example
Text Example
White with #AF1ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1ABE; }
p { color: rgb(175,26,190); }
H1.HeaderClassName
{
color: #AF1ABE;
}
.AnyTagClassName
{
color: #AF1ABE;
}
</style>
background-color css
<style>
a { background-color: #AF1ABE; }
a { background-color: rgb(175,26,190); }
div.DivClassName
{
background-color: #AF1ABE;
}
.BgClassName
{
background-color: #AF1ABE;
}
</style>
border-color css
<style>
span { border-color: #AF1ABE; }
span { border-color: rgb(175,26,190); }
td.TdClassName
{
border-color: #AF1ABE;
}
.TagClassName
{
border-color: #AF1ABE;
}
</style>