Shades of Dark Orchid #AF27C1
Tints of Dark Orchid #AF27C1
RGB
CMYK
RGB Variations
Color information
#AF27C1 (or 0xAF27C1) is known color: Dark Orchid. HEX triplet: AF, 27 and C1. RGB value is (175,39,193). Sum of RGB (Red+Green+Blue) = 175+39+193=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF27C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27C1 is #50D83E. Grayscale: #606060. Windows color (decimal): -5298239 or 12658607. OLE color: 12658607.
HSL color Cylindrical-coordinate representation of color #AF27C1: hue angle of 292.99º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF27C1 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 39 | 193 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.24 |
| HSL | 292.99º | 0.66% | 0.45% | - |
| HSV(B) | 292.99º | 0.8% | 0.76% | - |
| XYZ | 28.03 | 14.42 | 51.76 | - |
| YUV | 97.22 | 182.06 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 193 | 0.09 | 0.80 | 0 | 0.24 | 292.99 | 0.66 | 0.45 |
| Hex | AF | 27 | C1 | 9 | 50 | 0 | 18 | 125 | 42 | 2D |
| Octal | 257 | 47 | 301 | 11 | 120 | 0 | 30 | 445 | 102 | 55 |
| Binary | 10101111 | 100111 | 11000001 | 1001 | 1010000 | 0 | 11000 | 100100101 | 1000010 | 101101 |
Color Harmonies of #AF27C1
Complementary color
Monochromatic Colors of #AF27C1
Black with #AF27C1
Text Example
Text Example
White with #AF27C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF27C1; }
p { color: rgb(175,39,193); }
H1.HeaderClassName
{
color: #AF27C1;
}
.AnyTagClassName
{
color: #AF27C1;
}
</style>
background-color css
<style>
a { background-color: #AF27C1; }
a { background-color: rgb(175,39,193); }
div.DivClassName
{
background-color: #AF27C1;
}
.BgClassName
{
background-color: #AF27C1;
}
</style>
border-color css
<style>
span { border-color: #AF27C1; }
span { border-color: rgb(175,39,193); }
td.TdClassName
{
border-color: #AF27C1;
}
.TagClassName
{
border-color: #AF27C1;
}
</style>