Shades of Dark Orchid #A434B8
Tints of Dark Orchid #A434B8
RGB
CMYK
RGB Variations
Color information
#A434B8 (or 0xA434B8) is known color: Dark Orchid. HEX triplet: A4, 34 and B8. RGB value is (164,52,184). Sum of RGB (Red+Green+Blue) = 164+52+184=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 184 - color contains mainly: blue. Hex color #A434B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434B8 is #5BCB47. Grayscale: #646464. Windows color (decimal): -6015816 or 12072100. OLE color: 12072100.
HSL color Cylindrical-coordinate representation of color #A434B8: hue angle of 290.91º 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 #A434B8 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 52 | 184 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.28 |
| HSL | 290.91º | 0.56% | 0.46% | - |
| HSV(B) | 290.91º | 0.72% | 0.72% | - |
| XYZ | 25.19 | 13.81 | 46.69 | - |
| YUV | 100.54 | 175.11 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 184 | 0.11 | 0.72 | 0 | 0.28 | 290.91 | 0.56 | 0.46 |
| Hex | A4 | 34 | B8 | B | 48 | 0 | 1C | 123 | 38 | 2E |
| Octal | 244 | 64 | 270 | 13 | 110 | 0 | 34 | 443 | 70 | 56 |
| Binary | 10100100 | 110100 | 10111000 | 1011 | 1001000 | 0 | 11100 | 100100011 | 111000 | 101110 |
Color Harmonies of #A434B8
Complementary color
Monochromatic Colors of #A434B8
Black with #A434B8
Text Example
Text Example
White with #A434B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434B8; }
p { color: rgb(164,52,184); }
H1.HeaderClassName
{
color: #A434B8;
}
.AnyTagClassName
{
color: #A434B8;
}
</style>
background-color css
<style>
a { background-color: #A434B8; }
a { background-color: rgb(164,52,184); }
div.DivClassName
{
background-color: #A434B8;
}
.BgClassName
{
background-color: #A434B8;
}
</style>
border-color css
<style>
span { border-color: #A434B8; }
span { border-color: rgb(164,52,184); }
td.TdClassName
{
border-color: #A434B8;
}
.TagClassName
{
border-color: #A434B8;
}
</style>