Shades of Dark Orchid #A434B3
Tints of Dark Orchid #A434B3
RGB
CMYK
RGB Variations
Color information
#A434B3 (or 0xA434B3) is known color: Dark Orchid. HEX triplet: A4, 34 and B3. RGB value is (164,52,179). Sum of RGB (Red+Green+Blue) = 164+52+179=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #A434B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434B3 is #5BCB4C. Grayscale: #636363. Windows color (decimal): -6015821 or 11744420. OLE color: 11744420.
HSL color Cylindrical-coordinate representation of color #A434B3: hue angle of 292.91º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A434B3 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 52 | 179 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.30 |
| HSL | 292.91º | 0.55% | 0.45% | - |
| HSV(B) | 292.91º | 0.71% | 0.7% | - |
| XYZ | 24.67 | 13.6 | 43.97 | - |
| YUV | 99.97 | 172.61 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 179 | 0.08 | 0.71 | 0 | 0.30 | 292.91 | 0.55 | 0.45 |
| Hex | A4 | 34 | B3 | 8 | 47 | 0 | 1E | 125 | 37 | 2D |
| Octal | 244 | 64 | 263 | 10 | 107 | 0 | 36 | 445 | 67 | 55 |
| Binary | 10100100 | 110100 | 10110011 | 1000 | 1000111 | 0 | 11110 | 100100101 | 110111 | 101101 |
Color Harmonies of #A434B3
Complementary color
Monochromatic Colors of #A434B3
Black with #A434B3
Text Example
Text Example
White with #A434B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A434B3; }
p { color: rgb(164,52,179); }
H1.HeaderClassName
{
color: #A434B3;
}
.AnyTagClassName
{
color: #A434B3;
}
</style>
background-color css
<style>
a { background-color: #A434B3; }
a { background-color: rgb(164,52,179); }
div.DivClassName
{
background-color: #A434B3;
}
.BgClassName
{
background-color: #A434B3;
}
</style>
border-color css
<style>
span { border-color: #A434B3; }
span { border-color: rgb(164,52,179); }
td.TdClassName
{
border-color: #A434B3;
}
.TagClassName
{
border-color: #A434B3;
}
</style>