Shades of Dark Orchid #A825BC
Tints of Dark Orchid #A825BC
RGB
CMYK
RGB Variations
Color information
#A825BC (or 0xA825BC) is known color: Dark Orchid. HEX triplet: A8, 25 and BC. RGB value is (168,37,188). Sum of RGB (Red+Green+Blue) = 168+37+188=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #A825BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A825BC is #57DA43. Grayscale: #5C5C5C. Windows color (decimal): -5757508 or 12330408. OLE color: 12330408.
HSL color Cylindrical-coordinate representation of color #A825BC: hue angle of 292.05º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A825BC is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 37 | 188 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.26 |
| HSL | 292.05º | 0.67% | 0.44% | - |
| HSV(B) | 292.05º | 0.8% | 0.74% | - |
| XYZ | 25.89 | 13.28 | 48.78 | - |
| YUV | 93.38 | 181.4 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 188 | 0.11 | 0.80 | 0 | 0.26 | 292.05 | 0.67 | 0.44 |
| Hex | A8 | 25 | BC | B | 50 | 0 | 1A | 124 | 43 | 2C |
| Octal | 250 | 45 | 274 | 13 | 120 | 0 | 32 | 444 | 103 | 54 |
| Binary | 10101000 | 100101 | 10111100 | 1011 | 1010000 | 0 | 11010 | 100100100 | 1000011 | 101100 |
Color Harmonies of #A825BC
Complementary color
Monochromatic Colors of #A825BC
Black with #A825BC
Text Example
Text Example
White with #A825BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A825BC; }
p { color: rgb(168,37,188); }
H1.HeaderClassName
{
color: #A825BC;
}
.AnyTagClassName
{
color: #A825BC;
}
</style>
background-color css
<style>
a { background-color: #A825BC; }
a { background-color: rgb(168,37,188); }
div.DivClassName
{
background-color: #A825BC;
}
.BgClassName
{
background-color: #A825BC;
}
</style>
border-color css
<style>
span { border-color: #A825BC; }
span { border-color: rgb(168,37,188); }
td.TdClassName
{
border-color: #A825BC;
}
.TagClassName
{
border-color: #A825BC;
}
</style>