Shades of Dark Orchid #AF1AD5
Tints of Dark Orchid #AF1AD5
RGB
CMYK
RGB Variations
Color information
#AF1AD5 (or 0xAF1AD5) is known color: Dark Orchid. HEX triplet: AF, 1A and D5. RGB value is (175,26,213). Sum of RGB (Red+Green+Blue) = 175+26+213=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF1AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AD5 is #50E52A. Grayscale: #5B5B5B. Windows color (decimal): -5301547 or 13965999. OLE color: 13965999.
HSL color Cylindrical-coordinate representation of color #AF1AD5: hue angle of 287.81º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1AD5 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 26 | 213 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.16 |
| HSL | 287.81º | 0.78% | 0.47% | - |
| HSV(B) | 287.81º | 0.88% | 0.84% | - |
| XYZ | 30.06 | 14.66 | 64.2 | - |
| YUV | 91.87 | 196.36 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 213 | 0.18 | 0.88 | 0 | 0.16 | 287.81 | 0.78 | 0.47 |
| Hex | AF | 1A | D5 | 12 | 58 | 0 | 10 | 120 | 4E | 2F |
| Octal | 257 | 32 | 325 | 22 | 130 | 0 | 20 | 440 | 116 | 57 |
| Binary | 10101111 | 11010 | 11010101 | 10010 | 1011000 | 0 | 10000 | 100100000 | 1001110 | 101111 |
Color Harmonies of #AF1AD5
Complementary color
Monochromatic Colors of #AF1AD5
Black with #AF1AD5
Text Example
Text Example
White with #AF1AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AD5; }
p { color: rgb(175,26,213); }
H1.HeaderClassName
{
color: #AF1AD5;
}
.AnyTagClassName
{
color: #AF1AD5;
}
</style>
background-color css
<style>
a { background-color: #AF1AD5; }
a { background-color: rgb(175,26,213); }
div.DivClassName
{
background-color: #AF1AD5;
}
.BgClassName
{
background-color: #AF1AD5;
}
</style>
border-color css
<style>
span { border-color: #AF1AD5; }
span { border-color: rgb(175,26,213); }
td.TdClassName
{
border-color: #AF1AD5;
}
.TagClassName
{
border-color: #AF1AD5;
}
</style>