Shades of Dark Orchid #AF2BC6
Tints of Dark Orchid #AF2BC6
RGB
CMYK
RGB Variations
Color information
#AF2BC6 (or 0xAF2BC6) is known color: Dark Orchid. HEX triplet: AF, 2B and C6. RGB value is (175,43,198). Sum of RGB (Red+Green+Blue) = 175+43+198=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF2BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BC6 is #50D439. Grayscale: #636363. Windows color (decimal): -5297210 or 12987311. OLE color: 12987311.
HSL color Cylindrical-coordinate representation of color #AF2BC6: hue angle of 291.1º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2BC6 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 43 | 198 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.22 |
| HSL | 291.1º | 0.64% | 0.47% | - |
| HSV(B) | 291.1º | 0.78% | 0.78% | - |
| XYZ | 28.74 | 14.92 | 54.79 | - |
| YUV | 100.14 | 183.23 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 198 | 0.12 | 0.78 | 0 | 0.22 | 291.1 | 0.64 | 0.47 |
| Hex | AF | 2B | C6 | C | 4E | 0 | 16 | 123 | 40 | 2F |
| Octal | 257 | 53 | 306 | 14 | 116 | 0 | 26 | 443 | 100 | 57 |
| Binary | 10101111 | 101011 | 11000110 | 1100 | 1001110 | 0 | 10110 | 100100011 | 1000000 | 101111 |
Color Harmonies of #AF2BC6
Complementary color
Monochromatic Colors of #AF2BC6
Black with #AF2BC6
Text Example
Text Example
White with #AF2BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2BC6; }
p { color: rgb(175,43,198); }
H1.HeaderClassName
{
color: #AF2BC6;
}
.AnyTagClassName
{
color: #AF2BC6;
}
</style>
background-color css
<style>
a { background-color: #AF2BC6; }
a { background-color: rgb(175,43,198); }
div.DivClassName
{
background-color: #AF2BC6;
}
.BgClassName
{
background-color: #AF2BC6;
}
</style>
border-color css
<style>
span { border-color: #AF2BC6; }
span { border-color: rgb(175,43,198); }
td.TdClassName
{
border-color: #AF2BC6;
}
.TagClassName
{
border-color: #AF2BC6;
}
</style>