Shades of Dark Orchid #A543C4
Tints of Dark Orchid #A543C4
RGB
CMYK
RGB Variations
Color information
#A543C4 (or 0xA543C4) is known color: Dark Orchid. HEX triplet: A5, 43 and C4. RGB value is (165,67,196). Sum of RGB (Red+Green+Blue) = 165+67+196=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 196 - color contains mainly: blue. Hex color #A543C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A543C4 is #5ABC3B. Grayscale: #6E6E6E. Windows color (decimal): -5946428 or 12862373. OLE color: 12862373.
HSL color Cylindrical-coordinate representation of color #A543C4: hue angle of 285.58º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A543C4 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 67 | 196 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.23 |
| HSL | 285.58º | 0.52% | 0.52% | - |
| HSV(B) | 285.58º | 0.66% | 0.77% | - |
| XYZ | 27.49 | 16 | 53.86 | - |
| YUV | 111.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 196 | 0.16 | 0.66 | 0 | 0.23 | 285.58 | 0.52 | 0.52 |
| Hex | A5 | 43 | C4 | 10 | 42 | 0 | 17 | 11E | 34 | 34 |
| Octal | 245 | 103 | 304 | 20 | 102 | 0 | 27 | 436 | 64 | 64 |
| Binary | 10100101 | 1000011 | 11000100 | 10000 | 1000010 | 0 | 10111 | 100011110 | 110100 | 110100 |
Color Harmonies of #A543C4
Complementary color
Monochromatic Colors of #A543C4
Black with #A543C4
Text Example
Text Example
White with #A543C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A543C4; }
p { color: rgb(165,67,196); }
H1.HeaderClassName
{
color: #A543C4;
}
.AnyTagClassName
{
color: #A543C4;
}
</style>
background-color css
<style>
a { background-color: #A543C4; }
a { background-color: rgb(165,67,196); }
div.DivClassName
{
background-color: #A543C4;
}
.BgClassName
{
background-color: #A543C4;
}
</style>
border-color css
<style>
span { border-color: #A543C4; }
span { border-color: rgb(165,67,196); }
td.TdClassName
{
border-color: #A543C4;
}
.TagClassName
{
border-color: #A543C4;
}
</style>