Shades of Dark Orchid #A431C3
Tints of Dark Orchid #A431C3
RGB
CMYK
RGB Variations
Color information
#A431C3 (or 0xA431C3) is known color: Dark Orchid. HEX triplet: A4, 31 and C3. RGB value is (164,49,195). Sum of RGB (Red+Green+Blue) = 164+49+195=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 195 (76.56% from 255 or 47.79% from 408); Max value from RGB is 195 - color contains mainly: blue. Hex color #A431C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A431C3 is #5BCE3C. Grayscale: #636363. Windows color (decimal): -6016573 or 12792228. OLE color: 12792228.
HSL color Cylindrical-coordinate representation of color #A431C3: hue angle of 287.26º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A431C3 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 49 | 195 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.24 |
| HSL | 287.26º | 0.6% | 0.48% | - |
| HSV(B) | 287.26º | 0.75% | 0.76% | - |
| XYZ | 26.26 | 14.03 | 52.95 | - |
| YUV | 100.03 | 181.6 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 49 | 195 | 0.16 | 0.75 | 0 | 0.24 | 287.26 | 0.6 | 0.48 |
| Hex | A4 | 31 | C3 | 10 | 4B | 0 | 18 | 11F | 3C | 30 |
| Octal | 244 | 61 | 303 | 20 | 113 | 0 | 30 | 437 | 74 | 60 |
| Binary | 10100100 | 110001 | 11000011 | 10000 | 1001011 | 0 | 11000 | 100011111 | 111100 | 110000 |
Color Harmonies of #A431C3
Complementary color
Monochromatic Colors of #A431C3
Black with #A431C3
Text Example
Text Example
White with #A431C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A431C3; }
p { color: rgb(164,49,195); }
H1.HeaderClassName
{
color: #A431C3;
}
.AnyTagClassName
{
color: #A431C3;
}
</style>
background-color css
<style>
a { background-color: #A431C3; }
a { background-color: rgb(164,49,195); }
div.DivClassName
{
background-color: #A431C3;
}
.BgClassName
{
background-color: #A431C3;
}
</style>
border-color css
<style>
span { border-color: #A431C3; }
span { border-color: rgb(164,49,195); }
td.TdClassName
{
border-color: #A431C3;
}
.TagClassName
{
border-color: #A431C3;
}
</style>