Shades of Dark Orchid #A027C3
Tints of Dark Orchid #A027C3
RGB
CMYK
RGB Variations
Color information
#A027C3 (or 0xA027C3) is known color: Dark Orchid. HEX triplet: A0, 27 and C3. RGB value is (160,39,195). Sum of RGB (Red+Green+Blue) = 160+39+195=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 195 (76.56% from 255 or 49.49% from 394); Max value from RGB is 195 - color contains mainly: blue. Hex color #A027C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A027C3 is #5FD83C. Grayscale: #5C5C5C. Windows color (decimal): -6281277 or 12789664. OLE color: 12789664.
HSL color Cylindrical-coordinate representation of color #A027C3: hue angle of 286.54º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A027C3 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 39 | 195 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.24 |
| HSL | 286.54º | 0.67% | 0.46% | - |
| HSV(B) | 286.54º | 0.8% | 0.76% | - |
| XYZ | 25.07 | 12.86 | 52.79 | - |
| YUV | 92.96 | 185.59 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 39 | 195 | 0.18 | 0.80 | 0 | 0.24 | 286.54 | 0.67 | 0.46 |
| Hex | A0 | 27 | C3 | 12 | 50 | 0 | 18 | 11F | 43 | 2E |
| Octal | 240 | 47 | 303 | 22 | 120 | 0 | 30 | 437 | 103 | 56 |
| Binary | 10100000 | 100111 | 11000011 | 10010 | 1010000 | 0 | 11000 | 100011111 | 1000011 | 101110 |
Color Harmonies of #A027C3
Complementary color
Monochromatic Colors of #A027C3
Black with #A027C3
Text Example
Text Example
White with #A027C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A027C3; }
p { color: rgb(160,39,195); }
H1.HeaderClassName
{
color: #A027C3;
}
.AnyTagClassName
{
color: #A027C3;
}
</style>
background-color css
<style>
a { background-color: #A027C3; }
a { background-color: rgb(160,39,195); }
div.DivClassName
{
background-color: #A027C3;
}
.BgClassName
{
background-color: #A027C3;
}
</style>
border-color css
<style>
span { border-color: #A027C3; }
span { border-color: rgb(160,39,195); }
td.TdClassName
{
border-color: #A027C3;
}
.TagClassName
{
border-color: #A027C3;
}
</style>