Shades of Dark Orchid #AF27B4
Tints of Dark Orchid #AF27B4
RGB
CMYK
RGB Variations
Color information
#AF27B4 (or 0xAF27B4) is known color: Dark Orchid. HEX triplet: AF, 27 and B4. RGB value is (175,39,180). Sum of RGB (Red+Green+Blue) = 175+39+180=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF27B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27B4 is #50D84B. Grayscale: #5F5F5F. Windows color (decimal): -5298252 or 11806639. OLE color: 11806639.
HSL color Cylindrical-coordinate representation of color #AF27B4: hue angle of 297.87º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF27B4 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 39 | 180 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.29 |
| HSL | 297.87º | 0.64% | 0.43% | - |
| HSV(B) | 297.87º | 0.78% | 0.71% | - |
| XYZ | 26.64 | 13.86 | 44.45 | - |
| YUV | 95.74 | 175.56 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 180 | 0.03 | 0.78 | 0 | 0.29 | 297.87 | 0.64 | 0.43 |
| Hex | AF | 27 | B4 | 3 | 4E | 0 | 1D | 12A | 40 | 2B |
| Octal | 257 | 47 | 264 | 3 | 116 | 0 | 35 | 452 | 100 | 53 |
| Binary | 10101111 | 100111 | 10110100 | 11 | 1001110 | 0 | 11101 | 100101010 | 1000000 | 101011 |
Color Harmonies of #AF27B4
Complementary color
Monochromatic Colors of #AF27B4
Black with #AF27B4
Text Example
Text Example
White with #AF27B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF27B4; }
p { color: rgb(175,39,180); }
H1.HeaderClassName
{
color: #AF27B4;
}
.AnyTagClassName
{
color: #AF27B4;
}
</style>
background-color css
<style>
a { background-color: #AF27B4; }
a { background-color: rgb(175,39,180); }
div.DivClassName
{
background-color: #AF27B4;
}
.BgClassName
{
background-color: #AF27B4;
}
</style>
border-color css
<style>
span { border-color: #AF27B4; }
span { border-color: rgb(175,39,180); }
td.TdClassName
{
border-color: #AF27B4;
}
.TagClassName
{
border-color: #AF27B4;
}
</style>