Shades of Dark Orchid #A018B2
Tints of Dark Orchid #A018B2
RGB
CMYK
RGB Variations
Color information
#A018B2 (or 0xA018B2) is known color: Dark Orchid. HEX triplet: A0, 18 and B2. RGB value is (160,24,178). Sum of RGB (Red+Green+Blue) = 160+24+178=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #A018B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A018B2 is #5FE74D. Grayscale: #515151. Windows color (decimal): -6285134 or 11671712. OLE color: 11671712.
HSL color Cylindrical-coordinate representation of color #A018B2: hue angle of 292.99º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A018B2 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 24 | 178 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.30 |
| HSL | 292.99º | 0.76% | 0.4% | - |
| HSV(B) | 292.99º | 0.87% | 0.7% | - |
| XYZ | 22.86 | 11.34 | 43.1 | - |
| YUV | 82.22 | 182.06 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 178 | 0.10 | 0.87 | 0 | 0.30 | 292.99 | 0.76 | 0.4 |
| Hex | A0 | 18 | B2 | A | 57 | 0 | 1E | 125 | 4C | 28 |
| Octal | 240 | 30 | 262 | 12 | 127 | 0 | 36 | 445 | 114 | 50 |
| Binary | 10100000 | 11000 | 10110010 | 1010 | 1010111 | 0 | 11110 | 100100101 | 1001100 | 101000 |
Color Harmonies of #A018B2
Complementary color
Monochromatic Colors of #A018B2
Black with #A018B2
Text Example
Text Example
White with #A018B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A018B2; }
p { color: rgb(160,24,178); }
H1.HeaderClassName
{
color: #A018B2;
}
.AnyTagClassName
{
color: #A018B2;
}
</style>
background-color css
<style>
a { background-color: #A018B2; }
a { background-color: rgb(160,24,178); }
div.DivClassName
{
background-color: #A018B2;
}
.BgClassName
{
background-color: #A018B2;
}
</style>
border-color css
<style>
span { border-color: #A018B2; }
span { border-color: rgb(160,24,178); }
td.TdClassName
{
border-color: #A018B2;
}
.TagClassName
{
border-color: #A018B2;
}
</style>