Shades of Dark Orchid #A026CB
Tints of Dark Orchid #A026CB
RGB
CMYK
RGB Variations
Color information
#A026CB (or 0xA026CB) is known color: Dark Orchid. HEX triplet: A0, 26 and CB. RGB value is (160,38,203). Sum of RGB (Red+Green+Blue) = 160+38+203=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #A026CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026CB is #5FD934. Grayscale: #5C5C5C. Windows color (decimal): -6281525 or 13313696. OLE color: 13313696.
HSL color Cylindrical-coordinate representation of color #A026CB: hue angle of 284.36º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A026CB is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 38 | 203 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.20 |
| HSL | 284.36º | 0.68% | 0.47% | - |
| HSV(B) | 284.36º | 0.81% | 0.8% | - |
| XYZ | 25.97 | 13.17 | 57.67 | - |
| YUV | 93.29 | 189.92 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 203 | 0.21 | 0.81 | 0 | 0.20 | 284.36 | 0.68 | 0.47 |
| Hex | A0 | 26 | CB | 15 | 51 | 0 | 14 | 11C | 44 | 2F |
| Octal | 240 | 46 | 313 | 25 | 121 | 0 | 24 | 434 | 104 | 57 |
| Binary | 10100000 | 100110 | 11001011 | 10101 | 1010001 | 0 | 10100 | 100011100 | 1000100 | 101111 |
Color Harmonies of #A026CB
Complementary color
Monochromatic Colors of #A026CB
Black with #A026CB
Text Example
Text Example
White with #A026CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A026CB; }
p { color: rgb(160,38,203); }
H1.HeaderClassName
{
color: #A026CB;
}
.AnyTagClassName
{
color: #A026CB;
}
</style>
background-color css
<style>
a { background-color: #A026CB; }
a { background-color: rgb(160,38,203); }
div.DivClassName
{
background-color: #A026CB;
}
.BgClassName
{
background-color: #A026CB;
}
</style>
border-color css
<style>
span { border-color: #A026CB; }
span { border-color: rgb(160,38,203); }
td.TdClassName
{
border-color: #A026CB;
}
.TagClassName
{
border-color: #A026CB;
}
</style>