Shades of Violet Blue #A35B93
Tints of Violet Blue #A35B93
RGB
CMYK
RGB Variations
Color information
#A35B93 (or 0xA35B93) is known color: Violet Blue. HEX triplet: A3, 5B and 93. RGB value is (163,91,147). Sum of RGB (Red+Green+Blue) = 163+91+147=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35B93 is #5CA46C. Grayscale: #767676. Windows color (decimal): -6071405 or 9657251. OLE color: 9657251.
HSL color Cylindrical-coordinate representation of color #A35B93: hue angle of 313.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35B93 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 91 | 147 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.36 |
| HSL | 313.33º | 0.28% | 0.5% | - |
| HSV(B) | 313.33º | 0.44% | 0.64% | - |
| XYZ | 24.11 | 17.38 | 29.69 | - |
| YUV | 118.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 147 | 0 | 0.44 | 0.10 | 0.36 | 313.33 | 0.28 | 0.5 |
| Hex | A3 | 5B | 93 | 0 | 2C | A | 24 | 139 | 1C | 32 |
| Octal | 243 | 133 | 223 | 0 | 54 | 12 | 44 | 471 | 34 | 62 |
| Binary | 10100011 | 1011011 | 10010011 | 0 | 101100 | 1010 | 100100 | 100111001 | 11100 | 110010 |
Color Harmonies of #A35B93
Complementary color
Monochromatic Colors of #A35B93
Black with #A35B93
Text Example
Text Example
White with #A35B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35B93; }
p { color: rgb(163,91,147); }
H1.HeaderClassName
{
color: #A35B93;
}
.AnyTagClassName
{
color: #A35B93;
}
</style>
background-color css
<style>
a { background-color: #A35B93; }
a { background-color: rgb(163,91,147); }
div.DivClassName
{
background-color: #A35B93;
}
.BgClassName
{
background-color: #A35B93;
}
</style>
border-color css
<style>
span { border-color: #A35B93; }
span { border-color: rgb(163,91,147); }
td.TdClassName
{
border-color: #A35B93;
}
.TagClassName
{
border-color: #A35B93;
}
</style>