Shades of Night Shadz #A3375A
Tints of Night Shadz #A3375A
RGB
CMYK
RGB Variations
Color information
#A3375A (or 0xA3375A) is known color: Night Shadz. HEX triplet: A3, 37 and 5A. RGB value is (163,55,90). Sum of RGB (Red+Green+Blue) = 163+55+90=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3375A is #5CC8A5. Grayscale: #5B5B5B. Windows color (decimal): -6080678 or 5912483. OLE color: 5912483.
HSL color Cylindrical-coordinate representation of color #A3375A: hue angle of 340.56º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3375A is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 90 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.36 |
| HSL | 340.56º | 0.5% | 0.43% | - |
| HSV(B) | 340.56º | 0.66% | 0.64% | - |
| XYZ | 18.32 | 11.26 | 10.88 | - |
| YUV | 91.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 90 | 0 | 0.66 | 0.45 | 0.36 | 340.56 | 0.5 | 0.43 |
| Hex | A3 | 37 | 5A | 0 | 42 | 2D | 24 | 155 | 32 | 2B |
| Octal | 243 | 67 | 132 | 0 | 102 | 55 | 44 | 525 | 62 | 53 |
| Binary | 10100011 | 110111 | 1011010 | 0 | 1000010 | 101101 | 100100 | 101010101 | 110010 | 101011 |
Color Harmonies of #A3375A
Complementary color
Monochromatic Colors of #A3375A
Black with #A3375A
Text Example
Text Example
White with #A3375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3375A; }
p { color: rgb(163,55,90); }
H1.HeaderClassName
{
color: #A3375A;
}
.AnyTagClassName
{
color: #A3375A;
}
</style>
background-color css
<style>
a { background-color: #A3375A; }
a { background-color: rgb(163,55,90); }
div.DivClassName
{
background-color: #A3375A;
}
.BgClassName
{
background-color: #A3375A;
}
</style>
border-color css
<style>
span { border-color: #A3375A; }
span { border-color: rgb(163,55,90); }
td.TdClassName
{
border-color: #A3375A;
}
.TagClassName
{
border-color: #A3375A;
}
</style>