Shades of Dark Orchid #A832E6
Tints of Dark Orchid #A832E6
RGB
CMYK
RGB Variations
Color information
#A832E6 (or 0xA832E6) is known color: Dark Orchid. HEX triplet: A8, 32 and E6. RGB value is (168,50,230). Sum of RGB (Red+Green+Blue) = 168+50+230=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #A832E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A832E6 is #57CD19. Grayscale: #696969. Windows color (decimal): -5754138 or 15086248. OLE color: 15086248.
HSL color Cylindrical-coordinate representation of color #A832E6: hue angle of 279.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A832E6 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 50 | 230 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.10 |
| HSL | 279.33º | 0.78% | 0.55% | - |
| HSV(B) | 279.33º | 0.78% | 0.9% | - |
| XYZ | 31.57 | 16.32 | 76.35 | - |
| YUV | 105.8 | 198.09 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 230 | 0.27 | 0.78 | 0 | 0.10 | 279.33 | 0.78 | 0.55 |
| Hex | A8 | 32 | E6 | 1B | 4E | 0 | A | 117 | 4E | 37 |
| Octal | 250 | 62 | 346 | 33 | 116 | 0 | 12 | 427 | 116 | 67 |
| Binary | 10101000 | 110010 | 11100110 | 11011 | 1001110 | 0 | 1010 | 100010111 | 1001110 | 110111 |
Color Harmonies of #A832E6
Complementary color
Monochromatic Colors of #A832E6
Black with #A832E6
Text Example
Text Example
White with #A832E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A832E6; }
p { color: rgb(168,50,230); }
H1.HeaderClassName
{
color: #A832E6;
}
.AnyTagClassName
{
color: #A832E6;
}
</style>
background-color css
<style>
a { background-color: #A832E6; }
a { background-color: rgb(168,50,230); }
div.DivClassName
{
background-color: #A832E6;
}
.BgClassName
{
background-color: #A832E6;
}
</style>
border-color css
<style>
span { border-color: #A832E6; }
span { border-color: rgb(168,50,230); }
td.TdClassName
{
border-color: #A832E6;
}
.TagClassName
{
border-color: #A832E6;
}
</style>