Shades of Dark Orchid #AF1CDB
Tints of Dark Orchid #AF1CDB
RGB
CMYK
RGB Variations
Color information
#AF1CDB (or 0xAF1CDB) is known color: Dark Orchid. HEX triplet: AF, 1C and DB. RGB value is (175,28,219). Sum of RGB (Red+Green+Blue) = 175+28+219=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF1CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CDB is #50E324. Grayscale: #5D5D5D. Windows color (decimal): -5301029 or 14359727. OLE color: 14359727.
HSL color Cylindrical-coordinate representation of color #AF1CDB: hue angle of 286.18º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1CDB is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 28 | 219 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.14 |
| HSL | 286.18º | 0.77% | 0.48% | - |
| HSV(B) | 286.18º | 0.87% | 0.86% | - |
| XYZ | 30.88 | 15.06 | 68.3 | - |
| YUV | 93.73 | 198.7 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 219 | 0.20 | 0.87 | 0 | 0.14 | 286.18 | 0.77 | 0.48 |
| Hex | AF | 1C | DB | 14 | 57 | 0 | E | 11E | 4D | 30 |
| Octal | 257 | 34 | 333 | 24 | 127 | 0 | 16 | 436 | 115 | 60 |
| Binary | 10101111 | 11100 | 11011011 | 10100 | 1010111 | 0 | 1110 | 100011110 | 1001101 | 110000 |
Color Harmonies of #AF1CDB
Complementary color
Monochromatic Colors of #AF1CDB
Black with #AF1CDB
Text Example
Text Example
White with #AF1CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1CDB; }
p { color: rgb(175,28,219); }
H1.HeaderClassName
{
color: #AF1CDB;
}
.AnyTagClassName
{
color: #AF1CDB;
}
</style>
background-color css
<style>
a { background-color: #AF1CDB; }
a { background-color: rgb(175,28,219); }
div.DivClassName
{
background-color: #AF1CDB;
}
.BgClassName
{
background-color: #AF1CDB;
}
</style>
border-color css
<style>
span { border-color: #AF1CDB; }
span { border-color: rgb(175,28,219); }
td.TdClassName
{
border-color: #AF1CDB;
}
.TagClassName
{
border-color: #AF1CDB;
}
</style>