Shades of Dark Orchid #A926B3
Tints of Dark Orchid #A926B3
RGB
CMYK
RGB Variations
Color information
#A926B3 (or 0xA926B3) is known color: Dark Orchid. HEX triplet: A9, 26 and B3. RGB value is (169,38,179). Sum of RGB (Red+Green+Blue) = 169+38+179=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #A926B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926B3 is #56D94C. Grayscale: #5C5C5C. Windows color (decimal): -5691725 or 11740841. OLE color: 11740841.
HSL color Cylindrical-coordinate representation of color #A926B3: hue angle of 295.74º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A926B3 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 38 | 179 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.30 |
| HSL | 295.74º | 0.65% | 0.43% | - |
| HSV(B) | 295.74º | 0.79% | 0.7% | - |
| XYZ | 25.19 | 13.08 | 43.84 | - |
| YUV | 93.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 38 | 179 | 0.06 | 0.79 | 0 | 0.30 | 295.74 | 0.65 | 0.43 |
| Hex | A9 | 26 | B3 | 6 | 4F | 0 | 1E | 128 | 41 | 2B |
| Octal | 251 | 46 | 263 | 6 | 117 | 0 | 36 | 450 | 101 | 53 |
| Binary | 10101001 | 100110 | 10110011 | 110 | 1001111 | 0 | 11110 | 100101000 | 1000001 | 101011 |
Color Harmonies of #A926B3
Complementary color
Monochromatic Colors of #A926B3
Black with #A926B3
Text Example
Text Example
White with #A926B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A926B3; }
p { color: rgb(169,38,179); }
H1.HeaderClassName
{
color: #A926B3;
}
.AnyTagClassName
{
color: #A926B3;
}
</style>
background-color css
<style>
a { background-color: #A926B3; }
a { background-color: rgb(169,38,179); }
div.DivClassName
{
background-color: #A926B3;
}
.BgClassName
{
background-color: #A926B3;
}
</style>
border-color css
<style>
span { border-color: #A926B3; }
span { border-color: rgb(169,38,179); }
td.TdClassName
{
border-color: #A926B3;
}
.TagClassName
{
border-color: #A926B3;
}
</style>