Shades of Dark Orchid #AF1BDC
Tints of Dark Orchid #AF1BDC
RGB
CMYK
RGB Variations
Color information
#AF1BDC (or 0xAF1BDC) is known color: Dark Orchid. HEX triplet: AF, 1B and DC. RGB value is (175,27,220). Sum of RGB (Red+Green+Blue) = 175+27+220=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF1BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BDC is #50E423. Grayscale: #5C5C5C. Windows color (decimal): -5301284 or 14425007. OLE color: 14425007.
HSL color Cylindrical-coordinate representation of color #AF1BDC: hue angle of 286.01º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1BDC is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 27 | 220 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.14 |
| HSL | 286.01º | 0.78% | 0.48% | - |
| HSV(B) | 286.01º | 0.88% | 0.86% | - |
| XYZ | 30.99 | 15.07 | 68.98 | - |
| YUV | 93.25 | 199.53 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 220 | 0.20 | 0.88 | 0 | 0.14 | 286.01 | 0.78 | 0.48 |
| Hex | AF | 1B | DC | 14 | 58 | 0 | E | 11E | 4E | 30 |
| Octal | 257 | 33 | 334 | 24 | 130 | 0 | 16 | 436 | 116 | 60 |
| Binary | 10101111 | 11011 | 11011100 | 10100 | 1011000 | 0 | 1110 | 100011110 | 1001110 | 110000 |
Color Harmonies of #AF1BDC
Complementary color
Monochromatic Colors of #AF1BDC
Black with #AF1BDC
Text Example
Text Example
White with #AF1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1BDC; }
p { color: rgb(175,27,220); }
H1.HeaderClassName
{
color: #AF1BDC;
}
.AnyTagClassName
{
color: #AF1BDC;
}
</style>
background-color css
<style>
a { background-color: #AF1BDC; }
a { background-color: rgb(175,27,220); }
div.DivClassName
{
background-color: #AF1BDC;
}
.BgClassName
{
background-color: #AF1BDC;
}
</style>
border-color css
<style>
span { border-color: #AF1BDC; }
span { border-color: rgb(175,27,220); }
td.TdClassName
{
border-color: #AF1BDC;
}
.TagClassName
{
border-color: #AF1BDC;
}
</style>