Shades of Dark Violet #A307CB
Tints of Dark Violet #A307CB
RGB
CMYK
RGB Variations
Color information
#A307CB (or 0xA307CB) is known color: Dark Violet. HEX triplet: A3, 07 and CB. RGB value is (163,7,203). Sum of RGB (Red+Green+Blue) = 163+7+203=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #A307CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A307CB is #5CF834. Grayscale: #4B4B4B. Windows color (decimal): -6092853 or 13305763. OLE color: 13305763.
HSL color Cylindrical-coordinate representation of color #A307CB: hue angle of 287.76º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A307CB is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 7 | 203 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.20 |
| HSL | 287.76º | 0.93% | 0.41% | - |
| HSV(B) | 287.76º | 0.97% | 0.8% | - |
| XYZ | 25.96 | 12.25 | 57.5 | - |
| YUV | 75.99 | 199.68 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 203 | 0.20 | 0.97 | 0 | 0.20 | 287.76 | 0.93 | 0.41 |
| Hex | A3 | 7 | CB | 14 | 61 | 0 | 14 | 120 | 5D | 29 |
| Octal | 243 | 7 | 313 | 24 | 141 | 0 | 24 | 440 | 135 | 51 |
| Binary | 10100011 | 111 | 11001011 | 10100 | 1100001 | 0 | 10100 | 100100000 | 1011101 | 101001 |
Color Harmonies of #A307CB
Complementary color
Monochromatic Colors of #A307CB
Black with #A307CB
Text Example
Text Example
White with #A307CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A307CB; }
p { color: rgb(163,7,203); }
H1.HeaderClassName
{
color: #A307CB;
}
.AnyTagClassName
{
color: #A307CB;
}
</style>
background-color css
<style>
a { background-color: #A307CB; }
a { background-color: rgb(163,7,203); }
div.DivClassName
{
background-color: #A307CB;
}
.BgClassName
{
background-color: #A307CB;
}
</style>
border-color css
<style>
span { border-color: #A307CB; }
span { border-color: rgb(163,7,203); }
td.TdClassName
{
border-color: #A307CB;
}
.TagClassName
{
border-color: #A307CB;
}
</style>