Shades of Dark Orchid #AF27D1
Tints of Dark Orchid #AF27D1
RGB
CMYK
RGB Variations
Color information
#AF27D1 (or 0xAF27D1) is known color: Dark Orchid. HEX triplet: AF, 27 and D1. RGB value is (175,39,209). Sum of RGB (Red+Green+Blue) = 175+39+209=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF27D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27D1 is #50D82E. Grayscale: #626262. Windows color (decimal): -5298223 or 13707183. OLE color: 13707183.
HSL color Cylindrical-coordinate representation of color #AF27D1: hue angle of 288º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF27D1 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 39 | 209 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.18 |
| HSL | 288º | 0.69% | 0.49% | - |
| HSV(B) | 288º | 0.81% | 0.82% | - |
| XYZ | 29.91 | 15.17 | 61.67 | - |
| YUV | 99.04 | 190.06 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 209 | 0.16 | 0.81 | 0 | 0.18 | 288 | 0.69 | 0.49 |
| Hex | AF | 27 | D1 | 10 | 51 | 0 | 12 | 120 | 45 | 31 |
| Octal | 257 | 47 | 321 | 20 | 121 | 0 | 22 | 440 | 105 | 61 |
| Binary | 10101111 | 100111 | 11010001 | 10000 | 1010001 | 0 | 10010 | 100100000 | 1000101 | 110001 |
Color Harmonies of #AF27D1
Complementary color
Monochromatic Colors of #AF27D1
Black with #AF27D1
Text Example
Text Example
White with #AF27D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF27D1; }
p { color: rgb(175,39,209); }
H1.HeaderClassName
{
color: #AF27D1;
}
.AnyTagClassName
{
color: #AF27D1;
}
</style>
background-color css
<style>
a { background-color: #AF27D1; }
a { background-color: rgb(175,39,209); }
div.DivClassName
{
background-color: #AF27D1;
}
.BgClassName
{
background-color: #AF27D1;
}
</style>
border-color css
<style>
span { border-color: #AF27D1; }
span { border-color: rgb(175,39,209); }
td.TdClassName
{
border-color: #AF27D1;
}
.TagClassName
{
border-color: #AF27D1;
}
</style>