Shades of Dark Orchid #AF1AD4
Tints of Dark Orchid #AF1AD4
RGB
CMYK
RGB Variations
Color information
#AF1AD4 (or 0xAF1AD4) is known color: Dark Orchid. HEX triplet: AF, 1A and D4. RGB value is (175,26,212). Sum of RGB (Red+Green+Blue) = 175+26+212=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 212 (83.20% from 255 or 51.33% from 413); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF1AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AD4 is #50E52B. Grayscale: #5B5B5B. Windows color (decimal): -5301548 or 13900463. OLE color: 13900463.
HSL color Cylindrical-coordinate representation of color #AF1AD4: hue angle of 288.06º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1AD4 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 26 | 212 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.17 |
| HSL | 288.06º | 0.78% | 0.47% | - |
| HSV(B) | 288.06º | 0.88% | 0.83% | - |
| XYZ | 29.93 | 14.61 | 63.53 | - |
| YUV | 91.76 | 195.86 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 212 | 0.17 | 0.88 | 0 | 0.17 | 288.06 | 0.78 | 0.47 |
| Hex | AF | 1A | D4 | 11 | 58 | 0 | 11 | 120 | 4E | 2F |
| Octal | 257 | 32 | 324 | 21 | 130 | 0 | 21 | 440 | 116 | 57 |
| Binary | 10101111 | 11010 | 11010100 | 10001 | 1011000 | 0 | 10001 | 100100000 | 1001110 | 101111 |
Color Harmonies of #AF1AD4
Complementary color
Monochromatic Colors of #AF1AD4
Black with #AF1AD4
Text Example
Text Example
White with #AF1AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AD4; }
p { color: rgb(175,26,212); }
H1.HeaderClassName
{
color: #AF1AD4;
}
.AnyTagClassName
{
color: #AF1AD4;
}
</style>
background-color css
<style>
a { background-color: #AF1AD4; }
a { background-color: rgb(175,26,212); }
div.DivClassName
{
background-color: #AF1AD4;
}
.BgClassName
{
background-color: #AF1AD4;
}
</style>
border-color css
<style>
span { border-color: #AF1AD4; }
span { border-color: rgb(175,26,212); }
td.TdClassName
{
border-color: #AF1AD4;
}
.TagClassName
{
border-color: #AF1AD4;
}
</style>