Shades of Dark Orchid #A832B3
Tints of Dark Orchid #A832B3
RGB
CMYK
RGB Variations
Color information
#A832B3 (or 0xA832B3) is known color: Dark Orchid. HEX triplet: A8, 32 and B3. RGB value is (168,50,179). Sum of RGB (Red+Green+Blue) = 168+50+179=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 179 - color contains mainly: blue. Hex color #A832B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832B3 is #57CD4C. Grayscale: #636363. Windows color (decimal): -5754189 or 11743912. OLE color: 11743912.
HSL color Cylindrical-coordinate representation of color #A832B3: hue angle of 294.88º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A832B3 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 50 | 179 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.30 |
| HSL | 294.88º | 0.56% | 0.45% | - |
| HSV(B) | 294.88º | 0.72% | 0.7% | - |
| XYZ | 25.43 | 13.86 | 43.98 | - |
| YUV | 99.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 179 | 0.06 | 0.72 | 0 | 0.30 | 294.88 | 0.56 | 0.45 |
| Hex | A8 | 32 | B3 | 6 | 48 | 0 | 1E | 127 | 38 | 2D |
| Octal | 250 | 62 | 263 | 6 | 110 | 0 | 36 | 447 | 70 | 55 |
| Binary | 10101000 | 110010 | 10110011 | 110 | 1001000 | 0 | 11110 | 100100111 | 111000 | 101101 |
Color Harmonies of #A832B3
Complementary color
Monochromatic Colors of #A832B3
Black with #A832B3
Text Example
Text Example
White with #A832B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832B3; }
p { color: rgb(168,50,179); }
H1.HeaderClassName
{
color: #A832B3;
}
.AnyTagClassName
{
color: #A832B3;
}
</style>
background-color css
<style>
a { background-color: #A832B3; }
a { background-color: rgb(168,50,179); }
div.DivClassName
{
background-color: #A832B3;
}
.BgClassName
{
background-color: #A832B3;
}
</style>
border-color css
<style>
span { border-color: #A832B3; }
span { border-color: rgb(168,50,179); }
td.TdClassName
{
border-color: #A832B3;
}
.TagClassName
{
border-color: #A832B3;
}
</style>