Shades of Dark Orchid #A434B6
Tints of Dark Orchid #A434B6
RGB
CMYK
RGB Variations
Color information
#A434B6 (or 0xA434B6) is known color: Dark Orchid. HEX triplet: A4, 34 and B6. RGB value is (164,52,182). Sum of RGB (Red+Green+Blue) = 164+52+182=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #A434B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434B6 is #5BCB49. Grayscale: #636363. Windows color (decimal): -6015818 or 11941028. OLE color: 11941028.
HSL color Cylindrical-coordinate representation of color #A434B6: hue angle of 291.69º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A434B6 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 52 | 182 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.29 |
| HSL | 291.69º | 0.56% | 0.46% | - |
| HSV(B) | 291.69º | 0.71% | 0.71% | - |
| XYZ | 24.98 | 13.73 | 45.59 | - |
| YUV | 100.31 | 174.11 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 182 | 0.10 | 0.71 | 0 | 0.29 | 291.69 | 0.56 | 0.46 |
| Hex | A4 | 34 | B6 | A | 47 | 0 | 1D | 124 | 38 | 2E |
| Octal | 244 | 64 | 266 | 12 | 107 | 0 | 35 | 444 | 70 | 56 |
| Binary | 10100100 | 110100 | 10110110 | 1010 | 1000111 | 0 | 11101 | 100100100 | 111000 | 101110 |
Color Harmonies of #A434B6
Complementary color
Monochromatic Colors of #A434B6
Black with #A434B6
Text Example
Text Example
White with #A434B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434B6; }
p { color: rgb(164,52,182); }
H1.HeaderClassName
{
color: #A434B6;
}
.AnyTagClassName
{
color: #A434B6;
}
</style>
background-color css
<style>
a { background-color: #A434B6; }
a { background-color: rgb(164,52,182); }
div.DivClassName
{
background-color: #A434B6;
}
.BgClassName
{
background-color: #A434B6;
}
</style>
border-color css
<style>
span { border-color: #A434B6; }
span { border-color: rgb(164,52,182); }
td.TdClassName
{
border-color: #A434B6;
}
.TagClassName
{
border-color: #A434B6;
}
</style>