Shades of Dark Orchid #A832B4
Tints of Dark Orchid #A832B4
RGB
CMYK
RGB Variations
Color information
#A832B4 (or 0xA832B4) is known color: Dark Orchid. HEX triplet: A8, 32 and B4. RGB value is (168,50,180). Sum of RGB (Red+Green+Blue) = 168+50+180=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #A832B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832B4 is #57CD4B. Grayscale: #636363. Windows color (decimal): -5754188 or 11809448. OLE color: 11809448.
HSL color Cylindrical-coordinate representation of color #A832B4: hue angle of 294.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A832B4 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 50 | 180 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.29 |
| HSL | 294.46º | 0.57% | 0.45% | - |
| HSV(B) | 294.46º | 0.72% | 0.71% | - |
| XYZ | 25.53 | 13.9 | 44.52 | - |
| YUV | 100.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 180 | 0.07 | 0.72 | 0 | 0.29 | 294.46 | 0.57 | 0.45 |
| Hex | A8 | 32 | B4 | 7 | 48 | 0 | 1D | 126 | 39 | 2D |
| Octal | 250 | 62 | 264 | 7 | 110 | 0 | 35 | 446 | 71 | 55 |
| Binary | 10101000 | 110010 | 10110100 | 111 | 1001000 | 0 | 11101 | 100100110 | 111001 | 101101 |
Color Harmonies of #A832B4
Complementary color
Monochromatic Colors of #A832B4
Black with #A832B4
Text Example
Text Example
White with #A832B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832B4; }
p { color: rgb(168,50,180); }
H1.HeaderClassName
{
color: #A832B4;
}
.AnyTagClassName
{
color: #A832B4;
}
</style>
background-color css
<style>
a { background-color: #A832B4; }
a { background-color: rgb(168,50,180); }
div.DivClassName
{
background-color: #A832B4;
}
.BgClassName
{
background-color: #A832B4;
}
</style>
border-color css
<style>
span { border-color: #A832B4; }
span { border-color: rgb(168,50,180); }
td.TdClassName
{
border-color: #A832B4;
}
.TagClassName
{
border-color: #A832B4;
}
</style>