Shades of Dark Violet #A306D6
Tints of Dark Violet #A306D6
RGB
CMYK
RGB Variations
Color information
#A306D6 (or 0xA306D6) is known color: Dark Violet. HEX triplet: A3, 06 and D6. RGB value is (163,6,214). Sum of RGB (Red+Green+Blue) = 163+6+214=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #A306D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A306D6 is #5CF929. Grayscale: #4B4B4B. Windows color (decimal): -6093098 or 14026403. OLE color: 14026403.
HSL color Cylindrical-coordinate representation of color #A306D6: hue angle of 285.29º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A306D6 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 6 | 214 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.16 |
| HSL | 285.29º | 0.95% | 0.43% | - |
| HSV(B) | 285.29º | 0.97% | 0.84% | - |
| XYZ | 27.31 | 12.77 | 64.64 | - |
| YUV | 76.66 | 205.51 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 214 | 0.24 | 0.97 | 0 | 0.16 | 285.29 | 0.95 | 0.43 |
| Hex | A3 | 6 | D6 | 18 | 61 | 0 | 10 | 11D | 5F | 2B |
| Octal | 243 | 6 | 326 | 30 | 141 | 0 | 20 | 435 | 137 | 53 |
| Binary | 10100011 | 110 | 11010110 | 11000 | 1100001 | 0 | 10000 | 100011101 | 1011111 | 101011 |
Color Harmonies of #A306D6
Complementary color
Monochromatic Colors of #A306D6
Black with #A306D6
Text Example
Text Example
White with #A306D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A306D6; }
p { color: rgb(163,6,214); }
H1.HeaderClassName
{
color: #A306D6;
}
.AnyTagClassName
{
color: #A306D6;
}
</style>
background-color css
<style>
a { background-color: #A306D6; }
a { background-color: rgb(163,6,214); }
div.DivClassName
{
background-color: #A306D6;
}
.BgClassName
{
background-color: #A306D6;
}
</style>
border-color css
<style>
span { border-color: #A306D6; }
span { border-color: rgb(163,6,214); }
td.TdClassName
{
border-color: #A306D6;
}
.TagClassName
{
border-color: #A306D6;
}
</style>