Shades of Dark Orchid #A838B6
Tints of Dark Orchid #A838B6
RGB
CMYK
RGB Variations
Color information
#A838B6 (or 0xA838B6) is known color: Dark Orchid. HEX triplet: A8, 38 and B6. RGB value is (168,56,182). Sum of RGB (Red+Green+Blue) = 168+56+182=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #A838B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838B6 is #57C749. Grayscale: #676767. Windows color (decimal): -5752650 or 11942056. OLE color: 11942056.
HSL color Cylindrical-coordinate representation of color #A838B6: hue angle of 293.33º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A838B6 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 56 | 182 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.29 |
| HSL | 293.33º | 0.53% | 0.47% | - |
| HSV(B) | 293.33º | 0.69% | 0.71% | - |
| XYZ | 26.01 | 14.53 | 45.69 | - |
| YUV | 103.85 | 172.11 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 182 | 0.08 | 0.69 | 0 | 0.29 | 293.33 | 0.53 | 0.47 |
| Hex | A8 | 38 | B6 | 8 | 45 | 0 | 1D | 125 | 35 | 2F |
| Octal | 250 | 70 | 266 | 10 | 105 | 0 | 35 | 445 | 65 | 57 |
| Binary | 10101000 | 111000 | 10110110 | 1000 | 1000101 | 0 | 11101 | 100100101 | 110101 | 101111 |
Color Harmonies of #A838B6
Complementary color
Monochromatic Colors of #A838B6
Black with #A838B6
Text Example
Text Example
White with #A838B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838B6; }
p { color: rgb(168,56,182); }
H1.HeaderClassName
{
color: #A838B6;
}
.AnyTagClassName
{
color: #A838B6;
}
</style>
background-color css
<style>
a { background-color: #A838B6; }
a { background-color: rgb(168,56,182); }
div.DivClassName
{
background-color: #A838B6;
}
.BgClassName
{
background-color: #A838B6;
}
</style>
border-color css
<style>
span { border-color: #A838B6; }
span { border-color: rgb(168,56,182); }
td.TdClassName
{
border-color: #A838B6;
}
.TagClassName
{
border-color: #A838B6;
}
</style>