Shades of Dark Orchid #AF27D0
Tints of Dark Orchid #AF27D0
RGB
CMYK
RGB Variations
Color information
#AF27D0 (or 0xAF27D0) is known color: Dark Orchid. HEX triplet: AF, 27 and D0. RGB value is (175,39,208). Sum of RGB (Red+Green+Blue) = 175+39+208=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF27D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27D0 is #50D82F. Grayscale: #626262. Windows color (decimal): -5298224 or 13641647. OLE color: 13641647.
HSL color Cylindrical-coordinate representation of color #AF27D0: hue angle of 288.28º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF27D0 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 39 | 208 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.18 |
| HSL | 288.28º | 0.68% | 0.48% | - |
| HSV(B) | 288.28º | 0.81% | 0.82% | - |
| XYZ | 29.79 | 15.12 | 61.02 | - |
| YUV | 98.93 | 189.56 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 208 | 0.16 | 0.81 | 0 | 0.18 | 288.28 | 0.68 | 0.48 |
| Hex | AF | 27 | D0 | 10 | 51 | 0 | 12 | 120 | 44 | 30 |
| Octal | 257 | 47 | 320 | 20 | 121 | 0 | 22 | 440 | 104 | 60 |
| Binary | 10101111 | 100111 | 11010000 | 10000 | 1010001 | 0 | 10010 | 100100000 | 1000100 | 110000 |
Color Harmonies of #AF27D0
Complementary color
Monochromatic Colors of #AF27D0
Black with #AF27D0
Text Example
Text Example
White with #AF27D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF27D0; }
p { color: rgb(175,39,208); }
H1.HeaderClassName
{
color: #AF27D0;
}
.AnyTagClassName
{
color: #AF27D0;
}
</style>
background-color css
<style>
a { background-color: #AF27D0; }
a { background-color: rgb(175,39,208); }
div.DivClassName
{
background-color: #AF27D0;
}
.BgClassName
{
background-color: #AF27D0;
}
</style>
border-color css
<style>
span { border-color: #AF27D0; }
span { border-color: rgb(175,39,208); }
td.TdClassName
{
border-color: #AF27D0;
}
.TagClassName
{
border-color: #AF27D0;
}
</style>