Shades of Dark Orchid #A832BE
Tints of Dark Orchid #A832BE
RGB
CMYK
RGB Variations
Color information
#A832BE (or 0xA832BE) is known color: Dark Orchid. HEX triplet: A8, 32 and BE. RGB value is (168,50,190). Sum of RGB (Red+Green+Blue) = 168+50+190=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #A832BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832BE is #57CD41. Grayscale: #646464. Windows color (decimal): -5754178 or 12464808. OLE color: 12464808.
HSL color Cylindrical-coordinate representation of color #A832BE: hue angle of 290.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A832BE is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 50 | 190 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.25 |
| HSL | 290.57º | 0.58% | 0.47% | - |
| HSV(B) | 290.57º | 0.74% | 0.75% | - |
| XYZ | 26.58 | 14.32 | 50.08 | - |
| YUV | 101.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 190 | 0.12 | 0.74 | 0 | 0.25 | 290.57 | 0.58 | 0.47 |
| Hex | A8 | 32 | BE | C | 4A | 0 | 19 | 123 | 3A | 2F |
| Octal | 250 | 62 | 276 | 14 | 112 | 0 | 31 | 443 | 72 | 57 |
| Binary | 10101000 | 110010 | 10111110 | 1100 | 1001010 | 0 | 11001 | 100100011 | 111010 | 101111 |
Color Harmonies of #A832BE
Complementary color
Monochromatic Colors of #A832BE
Black with #A832BE
Text Example
Text Example
White with #A832BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832BE; }
p { color: rgb(168,50,190); }
H1.HeaderClassName
{
color: #A832BE;
}
.AnyTagClassName
{
color: #A832BE;
}
</style>
background-color css
<style>
a { background-color: #A832BE; }
a { background-color: rgb(168,50,190); }
div.DivClassName
{
background-color: #A832BE;
}
.BgClassName
{
background-color: #A832BE;
}
</style>
border-color css
<style>
span { border-color: #A832BE; }
span { border-color: rgb(168,50,190); }
td.TdClassName
{
border-color: #A832BE;
}
.TagClassName
{
border-color: #A832BE;
}
</style>