Shades of Dark Orchid #A825B4
Tints of Dark Orchid #A825B4
RGB
CMYK
RGB Variations
Color information
#A825B4 (or 0xA825B4) is known color: Dark Orchid. HEX triplet: A8, 25 and B4. RGB value is (168,37,180). Sum of RGB (Red+Green+Blue) = 168+37+180=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #A825B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A825B4 is #57DA4B. Grayscale: #5C5C5C. Windows color (decimal): -5757516 or 11806120. OLE color: 11806120.
HSL color Cylindrical-coordinate representation of color #A825B4: hue angle of 294.97º 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 #A825B4 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 37 | 180 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.29 |
| HSL | 294.97º | 0.66% | 0.43% | - |
| HSV(B) | 294.97º | 0.79% | 0.71% | - |
| XYZ | 25.05 | 12.94 | 44.36 | - |
| YUV | 92.47 | 177.4 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 180 | 0.07 | 0.79 | 0 | 0.29 | 294.97 | 0.66 | 0.43 |
| Hex | A8 | 25 | B4 | 7 | 4F | 0 | 1D | 127 | 42 | 2B |
| Octal | 250 | 45 | 264 | 7 | 117 | 0 | 35 | 447 | 102 | 53 |
| Binary | 10101000 | 100101 | 10110100 | 111 | 1001111 | 0 | 11101 | 100100111 | 1000010 | 101011 |
Color Harmonies of #A825B4
Complementary color
Monochromatic Colors of #A825B4
Black with #A825B4
Text Example
Text Example
White with #A825B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A825B4; }
p { color: rgb(168,37,180); }
H1.HeaderClassName
{
color: #A825B4;
}
.AnyTagClassName
{
color: #A825B4;
}
</style>
background-color css
<style>
a { background-color: #A825B4; }
a { background-color: rgb(168,37,180); }
div.DivClassName
{
background-color: #A825B4;
}
.BgClassName
{
background-color: #A825B4;
}
</style>
border-color css
<style>
span { border-color: #A825B4; }
span { border-color: rgb(168,37,180); }
td.TdClassName
{
border-color: #A825B4;
}
.TagClassName
{
border-color: #A825B4;
}
</style>