Shades of Dark Orchid #A348DA
Tints of Dark Orchid #A348DA
RGB
CMYK
RGB Variations
Color information
#A348DA (or 0xA348DA) is known color: Dark Orchid. HEX triplet: A3, 48 and DA. RGB value is (163,72,218). Sum of RGB (Red+Green+Blue) = 163+72+218=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #A348DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A348DA is #5CB725. Grayscale: #737373. Windows color (decimal): -6076198 or 14305443. OLE color: 14305443.
HSL color Cylindrical-coordinate representation of color #A348DA: hue angle of 277.4º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A348DA is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 72 | 218 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.15 |
| HSL | 277.4º | 0.66% | 0.57% | - |
| HSV(B) | 277.4º | 0.67% | 0.85% | - |
| XYZ | 30.08 | 17.48 | 68.12 | - |
| YUV | 115.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 218 | 0.25 | 0.67 | 0 | 0.15 | 277.4 | 0.66 | 0.57 |
| Hex | A3 | 48 | DA | 19 | 43 | 0 | F | 115 | 42 | 39 |
| Octal | 243 | 110 | 332 | 31 | 103 | 0 | 17 | 425 | 102 | 71 |
| Binary | 10100011 | 1001000 | 11011010 | 11001 | 1000011 | 0 | 1111 | 100010101 | 1000010 | 111001 |
Color Harmonies of #A348DA
Complementary color
Monochromatic Colors of #A348DA
Black with #A348DA
Text Example
Text Example
White with #A348DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A348DA; }
p { color: rgb(163,72,218); }
H1.HeaderClassName
{
color: #A348DA;
}
.AnyTagClassName
{
color: #A348DA;
}
</style>
background-color css
<style>
a { background-color: #A348DA; }
a { background-color: rgb(163,72,218); }
div.DivClassName
{
background-color: #A348DA;
}
.BgClassName
{
background-color: #A348DA;
}
</style>
border-color css
<style>
span { border-color: #A348DA; }
span { border-color: rgb(163,72,218); }
td.TdClassName
{
border-color: #A348DA;
}
.TagClassName
{
border-color: #A348DA;
}
</style>