Shades of Dark Orchid #A423B3
Tints of Dark Orchid #A423B3
RGB
CMYK
RGB Variations
Color information
#A423B3 (or 0xA423B3) is known color: Dark Orchid. HEX triplet: A4, 23 and B3. RGB value is (164,35,179). Sum of RGB (Red+Green+Blue) = 164+35+179=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 179 - color contains mainly: blue. Hex color #A423B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A423B3 is #5BDC4C. Grayscale: #595959. Windows color (decimal): -6020173 or 11740068. OLE color: 11740068.
HSL color Cylindrical-coordinate representation of color #A423B3: hue angle of 293.75º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A423B3 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 35 | 179 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.30 |
| HSL | 293.75º | 0.67% | 0.42% | - |
| HSV(B) | 293.75º | 0.8% | 0.7% | - |
| XYZ | 24.05 | 12.35 | 43.76 | - |
| YUV | 89.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 179 | 0.08 | 0.80 | 0 | 0.30 | 293.75 | 0.67 | 0.42 |
| Hex | A4 | 23 | B3 | 8 | 50 | 0 | 1E | 126 | 43 | 2A |
| Octal | 244 | 43 | 263 | 10 | 120 | 0 | 36 | 446 | 103 | 52 |
| Binary | 10100100 | 100011 | 10110011 | 1000 | 1010000 | 0 | 11110 | 100100110 | 1000011 | 101010 |
Color Harmonies of #A423B3
Complementary color
Monochromatic Colors of #A423B3
Black with #A423B3
Text Example
Text Example
White with #A423B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A423B3; }
p { color: rgb(164,35,179); }
H1.HeaderClassName
{
color: #A423B3;
}
.AnyTagClassName
{
color: #A423B3;
}
</style>
background-color css
<style>
a { background-color: #A423B3; }
a { background-color: rgb(164,35,179); }
div.DivClassName
{
background-color: #A423B3;
}
.BgClassName
{
background-color: #A423B3;
}
</style>
border-color css
<style>
span { border-color: #A423B3; }
span { border-color: rgb(164,35,179); }
td.TdClassName
{
border-color: #A423B3;
}
.TagClassName
{
border-color: #A423B3;
}
</style>