Shades of Dark Orchid #A231AC
Tints of Dark Orchid #A231AC
RGB
CMYK
RGB Variations
Color information
#A231AC (or 0xA231AC) is known color: Dark Orchid. HEX triplet: A2, 31 and AC. RGB value is (162,49,172). Sum of RGB (Red+Green+Blue) = 162+49+172=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #A231AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A231AC is #5DCE53. Grayscale: #606060. Windows color (decimal): -6147668 or 11284898. OLE color: 11284898.
HSL color Cylindrical-coordinate representation of color #A231AC: hue angle of 295.12º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A231AC is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 49 | 172 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.33 |
| HSL | 295.12º | 0.56% | 0.43% | - |
| HSV(B) | 295.12º | 0.72% | 0.67% | - |
| XYZ | 23.45 | 12.86 | 40.28 | - |
| YUV | 96.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 172 | 0.06 | 0.72 | 0 | 0.33 | 295.12 | 0.56 | 0.43 |
| Hex | A2 | 31 | AC | 6 | 48 | 0 | 21 | 127 | 38 | 2B |
| Octal | 242 | 61 | 254 | 6 | 110 | 0 | 41 | 447 | 70 | 53 |
| Binary | 10100010 | 110001 | 10101100 | 110 | 1001000 | 0 | 100001 | 100100111 | 111000 | 101011 |
Color Harmonies of #A231AC
Complementary color
Monochromatic Colors of #A231AC
Black with #A231AC
Text Example
Text Example
White with #A231AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A231AC; }
p { color: rgb(162,49,172); }
H1.HeaderClassName
{
color: #A231AC;
}
.AnyTagClassName
{
color: #A231AC;
}
</style>
background-color css
<style>
a { background-color: #A231AC; }
a { background-color: rgb(162,49,172); }
div.DivClassName
{
background-color: #A231AC;
}
.BgClassName
{
background-color: #A231AC;
}
</style>
border-color css
<style>
span { border-color: #A231AC; }
span { border-color: rgb(162,49,172); }
td.TdClassName
{
border-color: #A231AC;
}
.TagClassName
{
border-color: #A231AC;
}
</style>