Shades of Violet Blue #A35FAC
Tints of Violet Blue #A35FAC
RGB
CMYK
RGB Variations
Color information
#A35FAC (or 0xA35FAC) is known color: Violet Blue. HEX triplet: A3, 5F and AC. RGB value is (163,95,172). Sum of RGB (Red+Green+Blue) = 163+95+172=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #A35FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35FAC is #5CA053. Grayscale: #7B7B7B. Windows color (decimal): -6070356 or 11296675. OLE color: 11296675.
HSL color Cylindrical-coordinate representation of color #A35FAC: hue angle of 292.99º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35FAC is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 95 | 172 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.33 |
| HSL | 292.99º | 0.32% | 0.52% | - |
| HSV(B) | 292.99º | 0.45% | 0.67% | - |
| XYZ | 26.64 | 18.95 | 41.28 | - |
| YUV | 124.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 172 | 0.05 | 0.45 | 0 | 0.33 | 292.99 | 0.32 | 0.52 |
| Hex | A3 | 5F | AC | 5 | 2D | 0 | 21 | 125 | 20 | 34 |
| Octal | 243 | 137 | 254 | 5 | 55 | 0 | 41 | 445 | 40 | 64 |
| Binary | 10100011 | 1011111 | 10101100 | 101 | 101101 | 0 | 100001 | 100100101 | 100000 | 110100 |
Color Harmonies of #A35FAC
Complementary color
Monochromatic Colors of #A35FAC
Black with #A35FAC
Text Example
Text Example
White with #A35FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35FAC; }
p { color: rgb(163,95,172); }
H1.HeaderClassName
{
color: #A35FAC;
}
.AnyTagClassName
{
color: #A35FAC;
}
</style>
background-color css
<style>
a { background-color: #A35FAC; }
a { background-color: rgb(163,95,172); }
div.DivClassName
{
background-color: #A35FAC;
}
.BgClassName
{
background-color: #A35FAC;
}
</style>
border-color css
<style>
span { border-color: #A35FAC; }
span { border-color: rgb(163,95,172); }
td.TdClassName
{
border-color: #A35FAC;
}
.TagClassName
{
border-color: #A35FAC;
}
</style>