Shades of Dark Orchid #AF1ABC
Tints of Dark Orchid #AF1ABC
RGB
CMYK
RGB Variations
Color information
#AF1ABC (or 0xAF1ABC) is known color: Dark Orchid. HEX triplet: AF, 1A and BC. RGB value is (175,26,188). Sum of RGB (Red+Green+Blue) = 175+26+188=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF1ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ABC is #50E543. Grayscale: #585858. Windows color (decimal): -5301572 or 12327599. OLE color: 12327599.
HSL color Cylindrical-coordinate representation of color #AF1ABC: hue angle of 295.19º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1ABC is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 26 | 188 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.26 |
| HSL | 295.19º | 0.76% | 0.42% | - |
| HSV(B) | 295.19º | 0.86% | 0.74% | - |
| XYZ | 27.13 | 13.48 | 48.75 | - |
| YUV | 89.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 188 | 0.07 | 0.86 | 0 | 0.26 | 295.19 | 0.76 | 0.42 |
| Hex | AF | 1A | BC | 7 | 56 | 0 | 1A | 127 | 4C | 2A |
| Octal | 257 | 32 | 274 | 7 | 126 | 0 | 32 | 447 | 114 | 52 |
| Binary | 10101111 | 11010 | 10111100 | 111 | 1010110 | 0 | 11010 | 100100111 | 1001100 | 101010 |
Color Harmonies of #AF1ABC
Complementary color
Monochromatic Colors of #AF1ABC
Black with #AF1ABC
Text Example
Text Example
White with #AF1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1ABC; }
p { color: rgb(175,26,188); }
H1.HeaderClassName
{
color: #AF1ABC;
}
.AnyTagClassName
{
color: #AF1ABC;
}
</style>
background-color css
<style>
a { background-color: #AF1ABC; }
a { background-color: rgb(175,26,188); }
div.DivClassName
{
background-color: #AF1ABC;
}
.BgClassName
{
background-color: #AF1ABC;
}
</style>
border-color css
<style>
span { border-color: #AF1ABC; }
span { border-color: rgb(175,26,188); }
td.TdClassName
{
border-color: #AF1ABC;
}
.TagClassName
{
border-color: #AF1ABC;
}
</style>