Shades of Dark Orchid #A34ADB
Tints of Dark Orchid #A34ADB
RGB
CMYK
RGB Variations
Color information
#A34ADB (or 0xA34ADB) is known color: Dark Orchid. HEX triplet: A3, 4A and DB. RGB value is (163,74,219). Sum of RGB (Red+Green+Blue) = 163+74+219=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #A34ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34ADB is #5CB524. Grayscale: #747474. Windows color (decimal): -6075685 or 14371491. OLE color: 14371491.
HSL color Cylindrical-coordinate representation of color #A34ADB: hue angle of 276.83º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A34ADB is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 74 | 219 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.14 |
| HSL | 276.83º | 0.67% | 0.57% | - |
| HSV(B) | 276.83º | 0.66% | 0.86% | - |
| XYZ | 30.34 | 17.8 | 68.85 | - |
| YUV | 117.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 219 | 0.26 | 0.66 | 0 | 0.14 | 276.83 | 0.67 | 0.57 |
| Hex | A3 | 4A | DB | 1A | 42 | 0 | E | 115 | 43 | 39 |
| Octal | 243 | 112 | 333 | 32 | 102 | 0 | 16 | 425 | 103 | 71 |
| Binary | 10100011 | 1001010 | 11011011 | 11010 | 1000010 | 0 | 1110 | 100010101 | 1000011 | 111001 |
Color Harmonies of #A34ADB
Complementary color
Monochromatic Colors of #A34ADB
Black with #A34ADB
Text Example
Text Example
White with #A34ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34ADB; }
p { color: rgb(163,74,219); }
H1.HeaderClassName
{
color: #A34ADB;
}
.AnyTagClassName
{
color: #A34ADB;
}
</style>
background-color css
<style>
a { background-color: #A34ADB; }
a { background-color: rgb(163,74,219); }
div.DivClassName
{
background-color: #A34ADB;
}
.BgClassName
{
background-color: #A34ADB;
}
</style>
border-color css
<style>
span { border-color: #A34ADB; }
span { border-color: rgb(163,74,219); }
td.TdClassName
{
border-color: #A34ADB;
}
.TagClassName
{
border-color: #A34ADB;
}
</style>