Shades of Dark Orchid #A434BC
Tints of Dark Orchid #A434BC
RGB
CMYK
RGB Variations
Color information
#A434BC (or 0xA434BC) is known color: Dark Orchid. HEX triplet: A4, 34 and BC. RGB value is (164,52,188). Sum of RGB (Red+Green+Blue) = 164+52+188=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #A434BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434BC is #5BCB43. Grayscale: #646464. Windows color (decimal): -6015812 or 12334244. OLE color: 12334244.
HSL color Cylindrical-coordinate representation of color #A434BC: hue angle of 289.41º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A434BC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 52 | 188 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.26 |
| HSL | 289.41º | 0.57% | 0.47% | - |
| HSV(B) | 289.41º | 0.72% | 0.74% | - |
| XYZ | 25.61 | 13.98 | 48.93 | - |
| YUV | 100.99 | 177.11 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 188 | 0.13 | 0.72 | 0 | 0.26 | 289.41 | 0.57 | 0.47 |
| Hex | A4 | 34 | BC | D | 48 | 0 | 1A | 121 | 39 | 2F |
| Octal | 244 | 64 | 274 | 15 | 110 | 0 | 32 | 441 | 71 | 57 |
| Binary | 10100100 | 110100 | 10111100 | 1101 | 1001000 | 0 | 11010 | 100100001 | 111001 | 101111 |
Color Harmonies of #A434BC
Complementary color
Monochromatic Colors of #A434BC
Black with #A434BC
Text Example
Text Example
White with #A434BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434BC; }
p { color: rgb(164,52,188); }
H1.HeaderClassName
{
color: #A434BC;
}
.AnyTagClassName
{
color: #A434BC;
}
</style>
background-color css
<style>
a { background-color: #A434BC; }
a { background-color: rgb(164,52,188); }
div.DivClassName
{
background-color: #A434BC;
}
.BgClassName
{
background-color: #A434BC;
}
</style>
border-color css
<style>
span { border-color: #A434BC; }
span { border-color: rgb(164,52,188); }
td.TdClassName
{
border-color: #A434BC;
}
.TagClassName
{
border-color: #A434BC;
}
</style>