Shades of Dark Orchid #AF1CCE
Tints of Dark Orchid #AF1CCE
RGB
CMYK
RGB Variations
Color information
#AF1CCE (or 0xAF1CCE) is known color: Dark Orchid. HEX triplet: AF, 1C and CE. RGB value is (175,28,206). Sum of RGB (Red+Green+Blue) = 175+28+206=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF1CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CCE is #50E331. Grayscale: #5B5B5B. Windows color (decimal): -5301042 or 13507759. OLE color: 13507759.
HSL color Cylindrical-coordinate representation of color #AF1CCE: hue angle of 289.55º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1CCE is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 28 | 206 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.19 |
| HSL | 289.55º | 0.76% | 0.46% | - |
| HSV(B) | 289.55º | 0.86% | 0.81% | - |
| XYZ | 29.24 | 14.4 | 59.63 | - |
| YUV | 92.25 | 192.2 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 206 | 0.15 | 0.86 | 0 | 0.19 | 289.55 | 0.76 | 0.46 |
| Hex | AF | 1C | CE | F | 56 | 0 | 13 | 122 | 4C | 2E |
| Octal | 257 | 34 | 316 | 17 | 126 | 0 | 23 | 442 | 114 | 56 |
| Binary | 10101111 | 11100 | 11001110 | 1111 | 1010110 | 0 | 10011 | 100100010 | 1001100 | 101110 |
Color Harmonies of #AF1CCE
Complementary color
Monochromatic Colors of #AF1CCE
Black with #AF1CCE
Text Example
Text Example
White with #AF1CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1CCE; }
p { color: rgb(175,28,206); }
H1.HeaderClassName
{
color: #AF1CCE;
}
.AnyTagClassName
{
color: #AF1CCE;
}
</style>
background-color css
<style>
a { background-color: #AF1CCE; }
a { background-color: rgb(175,28,206); }
div.DivClassName
{
background-color: #AF1CCE;
}
.BgClassName
{
background-color: #AF1CCE;
}
</style>
border-color css
<style>
span { border-color: #AF1CCE; }
span { border-color: rgb(175,28,206); }
td.TdClassName
{
border-color: #AF1CCE;
}
.TagClassName
{
border-color: #AF1CCE;
}
</style>