Shades of Dark Orchid #A826BE
Tints of Dark Orchid #A826BE
RGB
CMYK
RGB Variations
Color information
#A826BE (or 0xA826BE) is known color: Dark Orchid. HEX triplet: A8, 26 and BE. RGB value is (168,38,190). Sum of RGB (Red+Green+Blue) = 168+38+190=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #A826BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826BE is #57D941. Grayscale: #5D5D5D. Windows color (decimal): -5757250 or 12461736. OLE color: 12461736.
HSL color Cylindrical-coordinate representation of color #A826BE: hue angle of 291.32º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A826BE is Cyan = 0.12, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 38 | 190 | - |
| CMYK | 0.12 | 0.8 | 0 | 0.25 |
| HSL | 291.32º | 0.67% | 0.45% | - |
| HSV(B) | 291.32º | 0.8% | 0.75% | - |
| XYZ | 26.14 | 13.43 | 49.93 | - |
| YUV | 94.2 | 182.07 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 190 | 0.12 | 0.8 | 0 | 0.25 | 291.32 | 0.67 | 0.45 |
| Hex | A8 | 26 | BE | C | 50 | 0 | 19 | 123 | 43 | 2D |
| Octal | 250 | 46 | 276 | 14 | 120 | 0 | 31 | 443 | 103 | 55 |
| Binary | 10101000 | 100110 | 10111110 | 1100 | 1010000 | 0 | 11001 | 100100011 | 1000011 | 101101 |
Color Harmonies of #A826BE
Complementary color
Monochromatic Colors of #A826BE
Black with #A826BE
Text Example
Text Example
White with #A826BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826BE; }
p { color: rgb(168,38,190); }
H1.HeaderClassName
{
color: #A826BE;
}
.AnyTagClassName
{
color: #A826BE;
}
</style>
background-color css
<style>
a { background-color: #A826BE; }
a { background-color: rgb(168,38,190); }
div.DivClassName
{
background-color: #A826BE;
}
.BgClassName
{
background-color: #A826BE;
}
</style>
border-color css
<style>
span { border-color: #A826BE; }
span { border-color: rgb(168,38,190); }
td.TdClassName
{
border-color: #A826BE;
}
.TagClassName
{
border-color: #A826BE;
}
</style>