Shades of Dark Orchid #AF27E7
Tints of Dark Orchid #AF27E7
RGB
CMYK
RGB Variations
Color information
#AF27E7 (or 0xAF27E7) is known color: Dark Orchid. HEX triplet: AF, 27 and E7. RGB value is (175,39,231). Sum of RGB (Red+Green+Blue) = 175+39+231=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 231 (90.62% from 255 or 51.91% from 445); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF27E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF27E7 is #50D818. Grayscale: #646464. Windows color (decimal): -5298201 or 15148975. OLE color: 15148975.
HSL color Cylindrical-coordinate representation of color #AF27E7: hue angle of 282.5º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF27E7 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 39 | 231 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.09 |
| HSL | 282.5º | 0.8% | 0.53% | - |
| HSV(B) | 282.5º | 0.83% | 0.91% | - |
| XYZ | 32.83 | 16.33 | 77.02 | - |
| YUV | 101.55 | 201.06 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 231 | 0.24 | 0.83 | 0 | 0.09 | 282.5 | 0.8 | 0.53 |
| Hex | AF | 27 | E7 | 18 | 53 | 0 | 9 | 11A | 50 | 35 |
| Octal | 257 | 47 | 347 | 30 | 123 | 0 | 11 | 432 | 120 | 65 |
| Binary | 10101111 | 100111 | 11100111 | 11000 | 1010011 | 0 | 1001 | 100011010 | 1010000 | 110101 |
Color Harmonies of #AF27E7
Complementary color
Monochromatic Colors of #AF27E7
Black with #AF27E7
Text Example
Text Example
White with #AF27E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF27E7; }
p { color: rgb(175,39,231); }
H1.HeaderClassName
{
color: #AF27E7;
}
.AnyTagClassName
{
color: #AF27E7;
}
</style>
background-color css
<style>
a { background-color: #AF27E7; }
a { background-color: rgb(175,39,231); }
div.DivClassName
{
background-color: #AF27E7;
}
.BgClassName
{
background-color: #AF27E7;
}
</style>
border-color css
<style>
span { border-color: #AF27E7; }
span { border-color: rgb(175,39,231); }
td.TdClassName
{
border-color: #AF27E7;
}
.TagClassName
{
border-color: #AF27E7;
}
</style>