Shades of Dark Orchid #A82DAE
Tints of Dark Orchid #A82DAE
RGB
CMYK
RGB Variations
Color information
#A82DAE (or 0xA82DAE) is known color: Dark Orchid. HEX triplet: A8, 2D and AE. RGB value is (168,45,174). Sum of RGB (Red+Green+Blue) = 168+45+174=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #A82DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82DAE is #57D251. Grayscale: #606060. Windows color (decimal): -5755474 or 11414952. OLE color: 11414952.
HSL color Cylindrical-coordinate representation of color #A82DAE: hue angle of 297.21º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82DAE is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 45 | 174 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.32 |
| HSL | 297.21º | 0.59% | 0.43% | - |
| HSV(B) | 297.21º | 0.74% | 0.68% | - |
| XYZ | 24.73 | 13.26 | 41.3 | - |
| YUV | 96.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 174 | 0.03 | 0.74 | 0 | 0.32 | 297.21 | 0.59 | 0.43 |
| Hex | A8 | 2D | AE | 3 | 4A | 0 | 20 | 129 | 3B | 2B |
| Octal | 250 | 55 | 256 | 3 | 112 | 0 | 40 | 451 | 73 | 53 |
| Binary | 10101000 | 101101 | 10101110 | 11 | 1001010 | 0 | 100000 | 100101001 | 111011 | 101011 |
Color Harmonies of #A82DAE
Complementary color
Monochromatic Colors of #A82DAE
Black with #A82DAE
Text Example
Text Example
White with #A82DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82DAE; }
p { color: rgb(168,45,174); }
H1.HeaderClassName
{
color: #A82DAE;
}
.AnyTagClassName
{
color: #A82DAE;
}
</style>
background-color css
<style>
a { background-color: #A82DAE; }
a { background-color: rgb(168,45,174); }
div.DivClassName
{
background-color: #A82DAE;
}
.BgClassName
{
background-color: #A82DAE;
}
</style>
border-color css
<style>
span { border-color: #A82DAE; }
span { border-color: rgb(168,45,174); }
td.TdClassName
{
border-color: #A82DAE;
}
.TagClassName
{
border-color: #A82DAE;
}
</style>