Shades of Dark Orchid #A925B4
Tints of Dark Orchid #A925B4
RGB
CMYK
RGB Variations
Color information
#A925B4 (or 0xA925B4) is known color: Dark Orchid. HEX triplet: A9, 25 and B4. RGB value is (169,37,180). Sum of RGB (Red+Green+Blue) = 169+37+180=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #A925B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A925B4 is #56DA4B. Grayscale: #5C5C5C. Windows color (decimal): -5691980 or 11806121. OLE color: 11806121.
HSL color Cylindrical-coordinate representation of color #A925B4: hue angle of 295.38º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A925B4 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 37 | 180 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.29 |
| HSL | 295.38º | 0.66% | 0.43% | - |
| HSV(B) | 295.38º | 0.79% | 0.71% | - |
| XYZ | 25.26 | 13.05 | 44.37 | - |
| YUV | 92.77 | 177.23 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 180 | 0.06 | 0.79 | 0 | 0.29 | 295.38 | 0.66 | 0.43 |
| Hex | A9 | 25 | B4 | 6 | 4F | 0 | 1D | 127 | 42 | 2B |
| Octal | 251 | 45 | 264 | 6 | 117 | 0 | 35 | 447 | 102 | 53 |
| Binary | 10101001 | 100101 | 10110100 | 110 | 1001111 | 0 | 11101 | 100100111 | 1000010 | 101011 |
Color Harmonies of #A925B4
Complementary color
Monochromatic Colors of #A925B4
Black with #A925B4
Text Example
Text Example
White with #A925B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A925B4; }
p { color: rgb(169,37,180); }
H1.HeaderClassName
{
color: #A925B4;
}
.AnyTagClassName
{
color: #A925B4;
}
</style>
background-color css
<style>
a { background-color: #A925B4; }
a { background-color: rgb(169,37,180); }
div.DivClassName
{
background-color: #A925B4;
}
.BgClassName
{
background-color: #A925B4;
}
</style>
border-color css
<style>
span { border-color: #A925B4; }
span { border-color: rgb(169,37,180); }
td.TdClassName
{
border-color: #A925B4;
}
.TagClassName
{
border-color: #A925B4;
}
</style>