Shades of Dark Orchid #A826C4
Tints of Dark Orchid #A826C4
RGB
CMYK
RGB Variations
Color information
#A826C4 (or 0xA826C4) is known color: Dark Orchid. HEX triplet: A8, 26 and C4. RGB value is (168,38,196). Sum of RGB (Red+Green+Blue) = 168+38+196=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 196 - color contains mainly: blue. Hex color #A826C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826C4 is #57D93B. Grayscale: #5E5E5E. Windows color (decimal): -5757244 or 12854952. OLE color: 12854952.
HSL color Cylindrical-coordinate representation of color #A826C4: hue angle of 289.37º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A826C4 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 38 | 196 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.23 |
| HSL | 289.37º | 0.68% | 0.46% | - |
| HSV(B) | 289.37º | 0.81% | 0.77% | - |
| XYZ | 26.81 | 13.7 | 53.46 | - |
| YUV | 94.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 196 | 0.14 | 0.81 | 0 | 0.23 | 289.37 | 0.68 | 0.46 |
| Hex | A8 | 26 | C4 | E | 51 | 0 | 17 | 121 | 44 | 2E |
| Octal | 250 | 46 | 304 | 16 | 121 | 0 | 27 | 441 | 104 | 56 |
| Binary | 10101000 | 100110 | 11000100 | 1110 | 1010001 | 0 | 10111 | 100100001 | 1000100 | 101110 |
Color Harmonies of #A826C4
Complementary color
Monochromatic Colors of #A826C4
Black with #A826C4
Text Example
Text Example
White with #A826C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A826C4; }
p { color: rgb(168,38,196); }
H1.HeaderClassName
{
color: #A826C4;
}
.AnyTagClassName
{
color: #A826C4;
}
</style>
background-color css
<style>
a { background-color: #A826C4; }
a { background-color: rgb(168,38,196); }
div.DivClassName
{
background-color: #A826C4;
}
.BgClassName
{
background-color: #A826C4;
}
</style>
border-color css
<style>
span { border-color: #A826C4; }
span { border-color: rgb(168,38,196); }
td.TdClassName
{
border-color: #A826C4;
}
.TagClassName
{
border-color: #A826C4;
}
</style>