Shades of Dark Violet #A30BCF
Tints of Dark Violet #A30BCF
RGB
CMYK
RGB Variations
Color information
#A30BCF (or 0xA30BCF) is known color: Dark Violet. HEX triplet: A3, 0B and CF. RGB value is (163,11,207). Sum of RGB (Red+Green+Blue) = 163+11+207=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #A30BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30BCF is #5CF430. Grayscale: #4E4E4E. Windows color (decimal): -6091825 or 13568931. OLE color: 13568931.
HSL color Cylindrical-coordinate representation of color #A30BCF: hue angle of 286.53º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30BCF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 11 | 207 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.19 |
| HSL | 286.53º | 0.9% | 0.43% | - |
| HSV(B) | 286.53º | 0.95% | 0.81% | - |
| XYZ | 26.49 | 12.53 | 60.05 | - |
| YUV | 78.79 | 200.36 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 11 | 207 | 0.21 | 0.95 | 0 | 0.19 | 286.53 | 0.9 | 0.43 |
| Hex | A3 | B | CF | 15 | 5F | 0 | 13 | 11F | 5A | 2B |
| Octal | 243 | 13 | 317 | 25 | 137 | 0 | 23 | 437 | 132 | 53 |
| Binary | 10100011 | 1011 | 11001111 | 10101 | 1011111 | 0 | 10011 | 100011111 | 1011010 | 101011 |
Color Harmonies of #A30BCF
Complementary color
Monochromatic Colors of #A30BCF
Black with #A30BCF
Text Example
Text Example
White with #A30BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30BCF; }
p { color: rgb(163,11,207); }
H1.HeaderClassName
{
color: #A30BCF;
}
.AnyTagClassName
{
color: #A30BCF;
}
</style>
background-color css
<style>
a { background-color: #A30BCF; }
a { background-color: rgb(163,11,207); }
div.DivClassName
{
background-color: #A30BCF;
}
.BgClassName
{
background-color: #A30BCF;
}
</style>
border-color css
<style>
span { border-color: #A30BCF; }
span { border-color: rgb(163,11,207); }
td.TdClassName
{
border-color: #A30BCF;
}
.TagClassName
{
border-color: #A30BCF;
}
</style>