Shades of Dark Orchid #A330D6
Tints of Dark Orchid #A330D6
RGB
CMYK
RGB Variations
Color information
#A330D6 (or 0xA330D6) is known color: Dark Orchid. HEX triplet: A3, 30 and D6. RGB value is (163,48,214). Sum of RGB (Red+Green+Blue) = 163+48+214=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #A330D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A330D6 is #5CCF29. Grayscale: #646464. Windows color (decimal): -6082346 or 14037155. OLE color: 14037155.
HSL color Cylindrical-coordinate representation of color #A330D6: hue angle of 281.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A330D6 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 48 | 214 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.16 |
| HSL | 281.57º | 0.67% | 0.51% | - |
| HSV(B) | 281.57º | 0.78% | 0.84% | - |
| XYZ | 28.3 | 14.76 | 64.97 | - |
| YUV | 101.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 214 | 0.24 | 0.78 | 0 | 0.16 | 281.57 | 0.67 | 0.51 |
| Hex | A3 | 30 | D6 | 18 | 4E | 0 | 10 | 11A | 43 | 33 |
| Octal | 243 | 60 | 326 | 30 | 116 | 0 | 20 | 432 | 103 | 63 |
| Binary | 10100011 | 110000 | 11010110 | 11000 | 1001110 | 0 | 10000 | 100011010 | 1000011 | 110011 |
Color Harmonies of #A330D6
Complementary color
Monochromatic Colors of #A330D6
Black with #A330D6
Text Example
Text Example
White with #A330D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A330D6; }
p { color: rgb(163,48,214); }
H1.HeaderClassName
{
color: #A330D6;
}
.AnyTagClassName
{
color: #A330D6;
}
</style>
background-color css
<style>
a { background-color: #A330D6; }
a { background-color: rgb(163,48,214); }
div.DivClassName
{
background-color: #A330D6;
}
.BgClassName
{
background-color: #A330D6;
}
</style>
border-color css
<style>
span { border-color: #A330D6; }
span { border-color: rgb(163,48,214); }
td.TdClassName
{
border-color: #A330D6;
}
.TagClassName
{
border-color: #A330D6;
}
</style>