Shades of Dark Orchid #A125B2
Tints of Dark Orchid #A125B2
RGB
CMYK
RGB Variations
Color information
#A125B2 (or 0xA125B2) is known color: Dark Orchid. HEX triplet: A1, 25 and B2. RGB value is (161,37,178). Sum of RGB (Red+Green+Blue) = 161+37+178=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 178 - color contains mainly: blue. Hex color #A125B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A125B2 is #5EDA4D. Grayscale: #595959. Windows color (decimal): -6216270 or 11675041. OLE color: 11675041.
HSL color Cylindrical-coordinate representation of color #A125B2: hue angle of 292.77º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A125B2 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 37 | 178 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.30 |
| HSL | 292.77º | 0.66% | 0.42% | - |
| HSV(B) | 292.77º | 0.79% | 0.7% | - |
| XYZ | 23.4 | 12.11 | 43.22 | - |
| YUV | 90.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 178 | 0.10 | 0.79 | 0 | 0.30 | 292.77 | 0.66 | 0.42 |
| Hex | A1 | 25 | B2 | A | 4F | 0 | 1E | 125 | 42 | 2A |
| Octal | 241 | 45 | 262 | 12 | 117 | 0 | 36 | 445 | 102 | 52 |
| Binary | 10100001 | 100101 | 10110010 | 1010 | 1001111 | 0 | 11110 | 100100101 | 1000010 | 101010 |
Color Harmonies of #A125B2
Complementary color
Monochromatic Colors of #A125B2
Black with #A125B2
Text Example
Text Example
White with #A125B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A125B2; }
p { color: rgb(161,37,178); }
H1.HeaderClassName
{
color: #A125B2;
}
.AnyTagClassName
{
color: #A125B2;
}
</style>
background-color css
<style>
a { background-color: #A125B2; }
a { background-color: rgb(161,37,178); }
div.DivClassName
{
background-color: #A125B2;
}
.BgClassName
{
background-color: #A125B2;
}
</style>
border-color css
<style>
span { border-color: #A125B2; }
span { border-color: rgb(161,37,178); }
td.TdClassName
{
border-color: #A125B2;
}
.TagClassName
{
border-color: #A125B2;
}
</style>