Shades of Dark Orchid #A832B2
Tints of Dark Orchid #A832B2
RGB
CMYK
RGB Variations
Color information
#A832B2 (or 0xA832B2) is known color: Dark Orchid. HEX triplet: A8, 32 and B2. RGB value is (168,50,178). Sum of RGB (Red+Green+Blue) = 168+50+178=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #A832B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A832B2 is #57CD4D. Grayscale: #636363. Windows color (decimal): -5754190 or 11678376. OLE color: 11678376.
HSL color Cylindrical-coordinate representation of color #A832B2: hue angle of 295.31º 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 #A832B2 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 50 | 178 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.30 |
| HSL | 295.31º | 0.56% | 0.45% | - |
| HSV(B) | 295.31º | 0.72% | 0.7% | - |
| XYZ | 25.32 | 13.82 | 43.45 | - |
| YUV | 99.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 178 | 0.06 | 0.72 | 0 | 0.30 | 295.31 | 0.56 | 0.45 |
| Hex | A8 | 32 | B2 | 6 | 48 | 0 | 1E | 127 | 38 | 2D |
| Octal | 250 | 62 | 262 | 6 | 110 | 0 | 36 | 447 | 70 | 55 |
| Binary | 10101000 | 110010 | 10110010 | 110 | 1001000 | 0 | 11110 | 100100111 | 111000 | 101101 |
Color Harmonies of #A832B2
Complementary color
Monochromatic Colors of #A832B2
Black with #A832B2
Text Example
Text Example
White with #A832B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832B2; }
p { color: rgb(168,50,178); }
H1.HeaderClassName
{
color: #A832B2;
}
.AnyTagClassName
{
color: #A832B2;
}
</style>
background-color css
<style>
a { background-color: #A832B2; }
a { background-color: rgb(168,50,178); }
div.DivClassName
{
background-color: #A832B2;
}
.BgClassName
{
background-color: #A832B2;
}
</style>
border-color css
<style>
span { border-color: #A832B2; }
span { border-color: rgb(168,50,178); }
td.TdClassName
{
border-color: #A832B2;
}
.TagClassName
{
border-color: #A832B2;
}
</style>