Shades of Dark Orchid #AF1CC6
Tints of Dark Orchid #AF1CC6
RGB
CMYK
RGB Variations
Color information
#AF1CC6 (or 0xAF1CC6) is known color: Dark Orchid. HEX triplet: AF, 1C and C6. RGB value is (175,28,198). Sum of RGB (Red+Green+Blue) = 175+28+198=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 198 (77.73% from 255 or 49.38% from 401); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF1CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CC6 is #50E339. Grayscale: #5A5A5A. Windows color (decimal): -5301050 or 12983471. OLE color: 12983471.
HSL color Cylindrical-coordinate representation of color #AF1CC6: hue angle of 291.88º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1CC6 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 28 | 198 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.22 |
| HSL | 291.88º | 0.75% | 0.44% | - |
| HSV(B) | 291.88º | 0.86% | 0.78% | - |
| XYZ | 28.29 | 14.02 | 54.64 | - |
| YUV | 91.33 | 188.2 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 198 | 0.12 | 0.86 | 0 | 0.22 | 291.88 | 0.75 | 0.44 |
| Hex | AF | 1C | C6 | C | 56 | 0 | 16 | 124 | 4B | 2C |
| Octal | 257 | 34 | 306 | 14 | 126 | 0 | 26 | 444 | 113 | 54 |
| Binary | 10101111 | 11100 | 11000110 | 1100 | 1010110 | 0 | 10110 | 100100100 | 1001011 | 101100 |
Color Harmonies of #AF1CC6
Complementary color
Monochromatic Colors of #AF1CC6
Black with #AF1CC6
Text Example
Text Example
White with #AF1CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1CC6; }
p { color: rgb(175,28,198); }
H1.HeaderClassName
{
color: #AF1CC6;
}
.AnyTagClassName
{
color: #AF1CC6;
}
</style>
background-color css
<style>
a { background-color: #AF1CC6; }
a { background-color: rgb(175,28,198); }
div.DivClassName
{
background-color: #AF1CC6;
}
.BgClassName
{
background-color: #AF1CC6;
}
</style>
border-color css
<style>
span { border-color: #AF1CC6; }
span { border-color: rgb(175,28,198); }
td.TdClassName
{
border-color: #AF1CC6;
}
.TagClassName
{
border-color: #AF1CC6;
}
</style>