Shades of Dark Orchid #A434B7
Tints of Dark Orchid #A434B7
RGB
CMYK
RGB Variations
Color information
#A434B7 (or 0xA434B7) is known color: Dark Orchid. HEX triplet: A4, 34 and B7. RGB value is (164,52,183). Sum of RGB (Red+Green+Blue) = 164+52+183=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #A434B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434B7 is #5BCB48. Grayscale: #646464. Windows color (decimal): -6015817 or 12006564. OLE color: 12006564.
HSL color Cylindrical-coordinate representation of color #A434B7: hue angle of 291.3º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A434B7 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 52 | 183 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.28 |
| HSL | 291.3º | 0.56% | 0.46% | - |
| HSV(B) | 291.3º | 0.72% | 0.72% | - |
| XYZ | 25.09 | 13.77 | 46.13 | - |
| YUV | 100.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 183 | 0.10 | 0.72 | 0 | 0.28 | 291.3 | 0.56 | 0.46 |
| Hex | A4 | 34 | B7 | A | 48 | 0 | 1C | 123 | 38 | 2E |
| Octal | 244 | 64 | 267 | 12 | 110 | 0 | 34 | 443 | 70 | 56 |
| Binary | 10100100 | 110100 | 10110111 | 1010 | 1001000 | 0 | 11100 | 100100011 | 111000 | 101110 |
Color Harmonies of #A434B7
Complementary color
Monochromatic Colors of #A434B7
Black with #A434B7
Text Example
Text Example
White with #A434B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434B7; }
p { color: rgb(164,52,183); }
H1.HeaderClassName
{
color: #A434B7;
}
.AnyTagClassName
{
color: #A434B7;
}
</style>
background-color css
<style>
a { background-color: #A434B7; }
a { background-color: rgb(164,52,183); }
div.DivClassName
{
background-color: #A434B7;
}
.BgClassName
{
background-color: #A434B7;
}
</style>
border-color css
<style>
span { border-color: #A434B7; }
span { border-color: rgb(164,52,183); }
td.TdClassName
{
border-color: #A434B7;
}
.TagClassName
{
border-color: #A434B7;
}
</style>